server/sql/updates/0.5/1687_loot_template.sql

4 lines
146 B
SQL

ALTER TABLE `loot_template`
ADD `questchance` float NOT NULL default '0';
UPDATE `loot_template` SET `questchance` = 100 WHERE `chance` = 0;