fix(DB/loot): Improve Mulgore zone unique items (#14195)

This commit is contained in:
neifion-00000000
2022-12-20 07:44:16 -06:00
committed by GitHub
parent f4c453105c
commit f5d567206b

View File

@@ -0,0 +1,7 @@
--
-- Mulgore Zone Drops
-- Squealear's Belt Should be 100% (Already Correct on AC)
-- Crooked Staff could be up to seems to be closer to 1.5% than 2% both in game and on wowhead
UPDATE `creature_loot_template` SET `Chance`=1.5 WHERE `Entry`=2953 AND `Item`=1388 AND `Reference`=0 AND `GroupId`=0;
-- Dull Blade should probbably be about 1.25%
UPDATE `creature_loot_template` SET `Chance`=1.25 WHERE `Entry`=2952 AND `Item`=1384 AND `Reference`=0 AND `GroupId`=0;