fix(Scripts/Hyjal): Limit Anetheron sleep to 3 targets (#18929)

This commit is contained in:
Andrew 2024-05-20 05:40:28 -03:00 committed by GitHub
parent ce32e51552
commit 0aaf521423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 3 deletions

View file

@ -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');