mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
4 lines
146 B
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;
|