mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(DB/creature_loot_template) Increase droprate for item Healthy Dragon Scale (#4516)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user