fix(Scripts/Hyjal): Limit Anetheron sleep to 3 targets (#18929)
This commit is contained in:
parent
ce32e51552
commit
0aaf521423
2 changed files with 26 additions and 3 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_anetheron_sleep';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(31298, 'spell_anetheron_sleep');
|
||||
Loading…
Add table
Add a link
Reference in a new issue