fix(Scripts/RuinsOfAhnQiraj): Anubisath Defender's shadow storm shoul… (#12844)

fix(Scripts/RuinsOfAhnQiraj): Anubisath Defender's shadow storm should not hit enemies within 25 yards
This commit is contained in:
Skjalf
2022-08-24 23:36:04 -03:00
committed by GitHub
parent 0ed4a5e761
commit b1f53e19b0
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (26546, 26555);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(26546, 'spell_aq_shadow_storm'),
(26555, 'spell_aq_shadow_storm');