Addition of PC Cafe (PC Bang) system.

This commit is contained in:
MobiusDevelopment
2022-05-02 21:30:52 +00:00
parent 387a94a10e
commit 2bbc5125a7
45 changed files with 1502 additions and 15 deletions

View File

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