fix(DB/Loot): Malacrass should drop 2-3 pieces of loot (#20674)

This commit is contained in:
Andrew 2024-11-21 21:04:07 -03:00 committed by GitHub
parent 37ca2129ec
commit ca10f37bf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `MinCount` = 2, `MaxCount` = 3 WHERE `Entry` = 24239 AND `Reference` = 34078;