mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
fix(DB/Loot): Remove Fel Spirit (22454) loot (#14268)
Create rev_1671323007498257700.sql
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 22454;
|
||||
UPDATE `creature_template` SET `lootid` = 0 WHERE (`entry` = 22454);
|
||||
Reference in New Issue
Block a user