Fixed public equip switch not being saved

Fixes #2310

Thanks to @mrjnumber1
This commit is contained in:
Lemongrass3110
2017-08-06 13:49:29 +02:00
parent 43949b8ab6
commit 983d164b7d
4 changed files with 14 additions and 14 deletions

View File

@@ -255,6 +255,7 @@ CREATE TABLE IF NOT EXISTS `char` (
`clan_id` int(11) unsigned NOT NULL default '0',
`last_login` datetime DEFAULT NULL,
`title_id` INT(11) unsigned NOT NULL default '0',
`show_equip` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`char_id`),
UNIQUE KEY `name_key` (`name`),
KEY `account_id` (`account_id`),