fix(Scripts/TempleOfAhnQiraj): Huhuran's Wyvern Sting should hit the … (#13468)

* fix(Scripts/TempleOfAhnQiraj): Huhuran's Wyvern Sting should hit the closest targets

* Update boss_huhuran.cpp
This commit is contained in:
Skjalf
2022-10-25 23:41:07 -03:00
committed by GitHub
parent 5f48a74d4d
commit 07d030a8e2
2 changed files with 5 additions and 0 deletions
@@ -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');
@@ -156,6 +156,7 @@ class spell_huhuran_wyvern_sting : public AuraScript
}; };
// 26052 - Poison Bolt // 26052 - Poison Bolt
// 26180 - Wyvern Sting
class spell_huhuran_poison_bolt : public SpellScript class spell_huhuran_poison_bolt : public SpellScript
{ {
PrepareSpellScript(spell_huhuran_poison_bolt); PrepareSpellScript(spell_huhuran_poison_bolt);