From 9f32108bd77039a3c75af56c836d3abddb840079 Mon Sep 17 00:00:00 2001 From: AG <43139552+AGandrup@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:32:52 +0100 Subject: [PATCH] Remove unnecessary SetActive in DK start zone (#17888) * Remove unnecessary SetActive in DK start zone Cherry pick: https://github.com/TrinityCore/TrinityCore/commit/7dbbc50fc4fc02512bbe6346eca03182c1a5226b Co-Authored-By: Gildor <521036+jildor@users.noreply.github.com> * Added newline --------- Co-authored-by: Gildor <521036+jildor@users.noreply.github.com> --- data/sql/updates/pending_db_world/2023_11_28_01.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/sql/updates/pending_db_world/2023_11_28_01.sql diff --git a/data/sql/updates/pending_db_world/2023_11_28_01.sql b/data/sql/updates/pending_db_world/2023_11_28_01.sql new file mode 100644 index 000000000..96a20f579 --- /dev/null +++ b/data/sql/updates/pending_db_world/2023_11_28_01.sql @@ -0,0 +1,13 @@ +-- Instructor Razuvious Event +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2835700,2835701,-129391,12939100,-129390,12939000,28391) AND `action_type`=48; +-- Acherus Necromancer SAI +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=-129391 AND `id`=0 AND `link`=1 AND `source_type`=0; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=-129390 AND `id`=0 AND `link`=1 AND `source_type`=0; +-- Death Knight Initiate SAI +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=28391 AND `id`=1 AND `link`=6 AND `source_type`=0; + +-- Gothik the Harvester Event +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (28890,28906,28897) AND `action_type`=48; +-- Scourge Gryphon SAI +UPDATE `smart_scripts` SET `event_type`=38,`event_param1`=1,`event_param2`=1 WHERE `entryorguid`=28906 AND `id`=1 AND `event_type`=61 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_type`=38,`event_param1`=2,`event_param2`=2 WHERE `entryorguid`=28906 AND `id`=4 AND `event_type`=61 AND `source_type`=0;