fix(DB/Creature): Assign loot to Ravenous Jormungar (#23972)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc 2025-11-30 13:49:07 -06:00 committed by GitHub
parent e8ac0bc425
commit 2e1ff6249a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `lootid` = 29605 WHERE `entry` = 30291;
DELETE FROM `creature_loot_template` WHERE `Entry` = 30291;