From b91e10f44386aceea4198916e2bc9e686ae93b9e Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Wed, 11 Oct 2023 02:31:24 +0300 Subject: [PATCH] fix(DB/Creature): Power Core Fragment should stay on. (#17421) --- .../sql/updates/pending_db_world/rev_1696502092749827700.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1696502092749827700.sql diff --git a/data/sql/updates/pending_db_world/rev_1696502092749827700.sql b/data/sql/updates/pending_db_world/rev_1696502092749827700.sql new file mode 100644 index 000000000..202b080fb --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1696502092749827700.sql @@ -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);