fix(DB/Loot): Adjust Shoveltusk Ligament drop rates (#24307)
This commit is contained in:
parent
d93c636fc1
commit
4fec80121d
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
UPDATE `creature_loot_template` SET `Chance` = 40 WHERE `Entry` = 23691 AND `Item` = 33611;
|
||||
UPDATE `creature_loot_template` SET `Chance` = 40 WHERE `Entry` = 23690 AND `Item` = 33611;
|
||||
UPDATE `creature_loot_template` SET `Chance` = 20 WHERE `Entry` = 24791 AND `Item` = 33611;
|
||||
Loading…
Add table
Add a link
Reference in a new issue