fix(Scripts/TempleOfAhnQiraj): Princess Huhuran's Poison Bolts should… (#12861)

fix(Scripts/TempleOfAhnQiraj): Princess Huhuran's Poison Bolts should hit the closest targets
This commit is contained in:
Skjalf
2022-08-27 09:46:06 -03:00
committed by GitHub
parent d1e7fc240c
commit e01ec7533e
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_huhuran_poison_bolt';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(26052, 'spell_huhuran_poison_bolt');