fix(Scripts/TempestKeep): Kael pyroblast target only main target (#18531)

This commit is contained in:
Andrew
2024-03-11 20:14:00 -03:00
committed by GitHub
parent 5542102117
commit 3a87b5a85e
2 changed files with 24 additions and 0 deletions

View File

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