mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Creature): Power Core Fragment should stay on. (#17421)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user