fix(DB/creature_loot_template) Increase droprate for item Healthy Dragon Scale (#4516)
This commit is contained in:
parent
81793357cb
commit
b71404b6e0
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612869459845259064');
|
||||
|
||||
-- Increase drop rate of Healthy Dragon Scale
|
||||
|
||||
UPDATE `creature_loot_template` SET `Chance`=20 WHERE `Item` = 13920 AND `reference` = 0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue