From 07d030a8e21381170494620796b0be204c6b4959 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Tue, 25 Oct 2022 23:41:07 -0300 Subject: [PATCH] =?UTF-8?q?fix(Scripts/TempleOfAhnQiraj):=20Huhuran's=20Wy?= =?UTF-8?q?vern=20Sting=20should=20hit=20the=20=E2=80=A6=20(#13468)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(Scripts/TempleOfAhnQiraj): Huhuran's Wyvern Sting should hit the closest targets * Update boss_huhuran.cpp --- data/sql/updates/pending_db_world/rev_1666317141846378900.sql | 4 ++++ src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_huhuran.cpp | 1 + 2 files changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1666317141846378900.sql diff --git a/data/sql/updates/pending_db_world/rev_1666317141846378900.sql b/data/sql/updates/pending_db_world/rev_1666317141846378900.sql new file mode 100644 index 000000000..11fdc7181 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1666317141846378900.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_huhuran_poison_bolt' AND `spell_id` = 26180; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(26180, 'spell_huhuran_poison_bolt'); diff --git a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_huhuran.cpp b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_huhuran.cpp index 882ccb7e9..18dbf9327 100644 --- a/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_huhuran.cpp +++ b/src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_huhuran.cpp @@ -156,6 +156,7 @@ class spell_huhuran_wyvern_sting : public AuraScript }; // 26052 - Poison Bolt +// 26180 - Wyvern Sting class spell_huhuran_poison_bolt : public SpellScript { PrepareSpellScript(spell_huhuran_poison_bolt);