fix(DB/Loot): Murmur loot count correction (#15964)
This commit is contained in:
parent
aaa548df0b
commit
4fa75f3d1f
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
-- Update Murmur Loot Count to always drop 2 items
|
||||
UPDATE `creature_loot_template` SET `MinCount`=2 WHERE `Entry`=18708 AND `Item`=35002 AND `Reference`=35002 AND `GroupId`=2;
|
||||
Loading…
Add table
Add a link
Reference in a new issue