Addition of rank manager.

Contributed by NviX.
This commit is contained in:
MobiusDevelopment
2019-12-11 14:35:14 +00:00
parent b1b4597ab4
commit 4869bc1745
36 changed files with 3622 additions and 538 deletions

View File

@@ -3,6 +3,7 @@ CREATE TABLE IF NOT EXISTS `heroes` (
`charId` INT UNSIGNED NOT NULL DEFAULT 0,
`class_id` decimal(3,0) NOT NULL DEFAULT 0,
`count` decimal(3,0) NOT NULL DEFAULT 0,
`legend_count` decimal(3,0) NOT NULL DEFAULT 0,
`played` decimal(1,0) NOT NULL DEFAULT 0,
`claimed` ENUM('true','false') NOT NULL DEFAULT 'false',
`message` varchar(300) NOT NULL DEFAULT '',