mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user