Ranking system rework.

Contributed by iDesy.
This commit is contained in:
MobiusDevelopment
2021-05-22 22:33:14 +00:00
parent 6ebd7458e3
commit c88dcd8ea8
104 changed files with 4616 additions and 2916 deletions

View File

@@ -55,6 +55,8 @@ CREATE TABLE IF NOT EXISTS `characters` (
`language` VARCHAR(2) DEFAULT NULL,
`faction` TINYINT UNSIGNED NOT NULL DEFAULT '0',
`pccafe_points` int(6) NOT NULL DEFAULT '0',
`deaths` SMALLINT NOT NULL DEFAULT '0',
`kills` SMALLINT NOT NULL DEFAULT '0',
PRIMARY KEY (`charId`),
KEY `account_name` (`account_name`),
KEY `char_name` (`char_name`),