fix(Scripts/TempleOfAhnQiraj): Correct Dark Glare's radius (#13350)

This commit is contained in:
Skjalf
2022-10-08 21:51:59 -03:00
committed by GitHub
parent e390087efd
commit f5c7883d41
2 changed files with 25 additions and 5 deletions

View File

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