fix(Scripts/Spells): add script to GM spell CooldownAll (#22383)

This commit is contained in:
Jelle Meeus
2025-06-29 13:28:21 +02:00
committed by GitHub
parent f4e049f227
commit 3b13fe6207
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 29313 AND `ScriptName` = 'spell_gen_cooldown_all';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (29313 , 'spell_gen_cooldown_all');