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');
|
||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user