fix(DB/SAI): Remove wrong spell from Fiendling Flesh Beast. (#16004)

This commit is contained in:
avarishd
2023-04-19 03:15:30 +03:00
committed by GitHub
parent c5bded11b5
commit 6e2f44411d

View File

@@ -0,0 +1,3 @@
-- 20668 (Fiendling Flesh Beast)
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 20668;
DELETE FROM `smart_scripts` WHERE `entryorguid` = 20668 AND `source_type` = 0;