fix(Scripts/Spells): Limit Cyclone (39594) to 4 targets (#20506)

This commit is contained in:
Andrew
2024-11-10 14:54:33 -03:00
committed by GitHub
parent e8366f6935
commit 91b8cc29cf
2 changed files with 5 additions and 0 deletions

View File

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