fix(Scripts/TempleOfAhnQiraj): Correct Dark Glare's radius (#13350)
This commit is contained in:
parent
e390087efd
commit
f5c7883d41
2 changed files with 25 additions and 5 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue