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

View File

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