mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user