Fixed public equip switch not being saved
Fixes #2310 Thanks to @mrjnumber1
This commit is contained in:
2
sql-files/upgrades/upgrade_20170806.sql
Normal file
2
sql-files/upgrades/upgrade_20170806.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `char`
|
||||
ADD COLUMN `show_equip` tinyint(3) unsigned NOT NULL default '0' AFTER `title_id`;
|
||||
Reference in New Issue
Block a user