fix(DB/Creature): Assign loot to Ravenous Jormungar (#23972)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
e8ac0bc425
commit
2e1ff6249a
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
UPDATE `creature_template` SET `lootid` = 29605 WHERE `entry` = 30291;
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 30291;
|
||||
Loading…
Add table
Add a link
Reference in a new issue