fix(Scripts/Karazhan): Script Wrath of the Titans (#22165)

This commit is contained in:
avarishd
2025-05-30 15:08:25 +03:00
committed by GitHub
parent af383daf18
commit 1cdcb9c606
2 changed files with 113 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=30610 AND `ScriptName`='spell_karazhan_wrath_titans_stacker';
DELETE FROM `spell_script_names` WHERE `spell_id`=30554 AND `ScriptName`='spell_karazhan_wrath_titans_aura';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(30610, 'spell_karazhan_wrath_titans_stacker'),
(30554, 'spell_karazhan_wrath_titans_aura');