Olympiad ranking and fight history adjustments.

Contributed by dontknowdontcare.
This commit is contained in:
MobiusDevelopment
2022-08-17 06:18:11 +00:00
parent 89a65f97bf
commit 32d64f1037
64 changed files with 1532 additions and 452 deletions

View File

@@ -4,6 +4,8 @@ CREATE TABLE IF NOT EXISTS `olympiad_fights` (
`charTwoId` int(10) unsigned NOT NULL,
`charOneClass` tinyint(3) unsigned NOT NULL DEFAULT '0',
`charTwoClass` tinyint(3) unsigned NOT NULL DEFAULT '0',
`charOneLevel` int(5) unsigned NOT NULL DEFAULT '0',
`charTwoLevel` int(5) unsigned NOT NULL DEFAULT '0',
`winner` tinyint(1) unsigned NOT NULL DEFAULT '0',
`start` bigint(13) unsigned NOT NULL DEFAULT '0',
`time` bigint(13) unsigned NOT NULL DEFAULT '0',