fix(DB/Loot): Murmur loot count correction (#15964)

This commit is contained in:
neifion-00000000 2023-04-15 17:54:13 -05:00 committed by GitHub
parent aaa548df0b
commit 4fa75f3d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;