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:
parent
79708758b5
commit
ae9bfaa291
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue