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);