
Be aware this update requires a new column in the inventory db, run upgrade_svn16517.sql in your database. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16518 54d463be-8e91-2dee-dedb-b68131a5f0ec
2 lines
106 B
SQL
2 lines
106 B
SQL
ALTER TABLE `inventory` ADD COLUMN `favorite` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `expire_time`;
|