fix(DB/Creature): Power Core Fragment should stay on. (#17421)

This commit is contained in:
avarishd
2023-10-11 02:31:24 +03:00
committed by GitHub
parent 34e3bf4b6e
commit b91e10f443

View File

@@ -0,0 +1,5 @@
-- Zeppelin Power Core
UPDATE `creature_template_addon` SET `auras` = '42491' WHERE (`entry` = 23832);
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 23832;
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 23832) AND (`source_type` = 0);
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 2383200) AND (`source_type` = 9);