fix(DB/Loot): Improve Tirisfal Glade unique drops (#14197)

* fix(DB/loot): Improve Tirisfal Glade unique drops

* Update rev_1670828923247478600.sql
This commit is contained in:
neifion-00000000
2022-12-13 12:35:08 -06:00
committed by GitHub
parent 79708758b5
commit ae9bfaa291

View File

@@ -0,0 +1,5 @@
--
-- 3329 Spiked Wooden Plank too high rate on AC
UPDATE `creature_loot_template` SET `Chance`=1.25 WHERE `Entry`=1753 AND `Item`=3329 AND `Reference`=0 AND `GroupId`=0;
-- 3335 Farmer's Broom cleanup drop rate on AC
UPDATE `creature_loot_template` SET `Chance`=7 WHERE `Entry`=1935 AND `Item`=3335 AND `Reference`=0 AND `GroupId`=0;