rathena/sql-files/upgrades/upgrade_20170806.sql
Lemongrass3110 983d164b7d Fixed public equip switch not being saved
Fixes #2310

Thanks to @mrjnumber1
2017-08-06 13:49:29 +02:00

3 lines
103 B
SQL

ALTER TABLE `char`
ADD COLUMN `show_equip` tinyint(3) unsigned NOT NULL default '0' AFTER `title_id`;