fix(DB/Loot): Malacrass should drop 2-3 pieces of loot (#20674)
This commit is contained in:
parent
37ca2129ec
commit
ca10f37bf0
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature_loot_template` SET `MinCount` = 2, `MaxCount` = 3 WHERE `Entry` = 24239 AND `Reference` = 34078;
|
||||
Loading…
Add table
Add a link
Reference in a new issue