From 4613d31f59bfb22c5f427818fd644e090de8d5d7 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Thu, 16 Mar 2023 23:17:52 +0100 Subject: [PATCH] =?UTF-8?q?fix(DB/SAI):=20Corrected=20Sethekk=20Spirit's?= =?UTF-8?q?=20level.=20Added=20Spirit=20Burst=20=20to=E2=80=A6=20(#15341)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/SAI): Corrected Sethekk Spirit's level. Added Spirit Burst to SAI script. Fixes #15175 --- .../updates/pending_db_world/rev_1678558293117663600.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1678558293117663600.sql diff --git a/data/sql/updates/pending_db_world/rev_1678558293117663600.sql b/data/sql/updates/pending_db_world/rev_1678558293117663600.sql new file mode 100644 index 000000000..042b8fdcd --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1678558293117663600.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry` IN (18703,20700); +UPDATE `smart_scripts` SET `action_type`=49, `action_param1`=0, `target_type`=21, `target_param1`=30, `comment`='Sethekk Spirit - On Summon - Attack nearest player' WHERE `entryorguid`=18703 AND `source_type`=0 AND `id`=0; +DELETE FROM `creature_template_addon` WHERE `entry`=18703; +INSERT INTO `creature_template_addon` VALUES +(18703,0,0,0,1,0,0,'24051');