fix(DB/Loot): Remove Fel Spirit (22454) loot (#14268)
Create rev_1671323007498257700.sql
This commit is contained in:
parent
968bb3fa7e
commit
9c05974a24
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 22454;
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 22454);
|
||||
Loading…
Add table
Add a link
Reference in a new issue