fix(DB/Loot): Remove Fel Spirit (22454) loot (#14268)

Create rev_1671323007498257700.sql
This commit is contained in:
Gultask
2022-12-18 10:41:51 -03:00
committed by GitHub
parent 968bb3fa7e
commit 9c05974a24

View File

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