Faction System (Good vs Evil).

This commit is contained in:
MobiusDev
2018-04-10 18:21:54 +00:00
parent 80be005f0e
commit 76abf2d6b2
31 changed files with 997 additions and 31 deletions

View File

@@ -55,6 +55,7 @@ CREATE TABLE IF NOT EXISTS `characters` (
`vitality_points` SMALLINT UNSIGNED NOT NULL DEFAULT 0,
`createDate` date NOT NULL DEFAULT '2015-01-01',
`language` VARCHAR(2) DEFAULT NULL,
`faction` TINYINT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (`charId`),
KEY `account_name` (`account_name`),
KEY `char_name` (`char_name`),