Fixed public equip switch not being saved
Fixes #2310 Thanks to @mrjnumber1
This commit is contained in:
@@ -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`),
|
||||
|
||||
Reference in New Issue
Block a user