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

View File

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