rathena/sql-files/upgrades/upgrade_20181224.sql
Lemongrass3110 818ff109f3
Initial Release of Equipment Switch (#3548)
Thanks to everyone who contributed to this release in any way, be it donations, information or testing.

Merry Christmas :-)
2018-12-24 14:10:29 +01:00

3 lines
108 B
SQL

alter table `inventory`
add column `equip_switch` int(11) unsigned NOT NULL default '0' after `unique_id`;