Scripts/The Eye: Few updates to Kael'thas & Astromancer (#27304)

(cherry picked from commit 43315e0e19)
This commit is contained in:
offl
2021-12-01 02:51:04 +02:00
committed by Shauren
parent b6c02d20d5
commit 8d3a408fdc
3 changed files with 114 additions and 67 deletions

View File

@@ -0,0 +1,9 @@
--
DELETE FROM `spell_script_names` WHERE
(`spell_id` = 36730 AND `ScriptName` = 'spell_kaelthas_flame_strike') OR
(`spell_id` = 36976 AND `ScriptName` = 'spell_kaelthas_summon_weapons') OR
(`spell_id` = 39497 AND `ScriptName` = 'spell_kaelthas_remove_weapons');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(36730,'spell_kaelthas_flame_strike'),
(36976,'spell_kaelthas_summon_weapons'),
(39497,'spell_kaelthas_remove_weapons');