mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(DB/Loot): Murmur loot count correction (#15964)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user