Scripts/Spells: Implement mage Alter Time

Port From (https://github.com/TrinityCore/TrinityCore/commit/28c075765bdf33a4444a0e13253da7e9f9e0f447)
This commit is contained in:
hondacrx
2021-06-02 18:53:39 -04:00
parent 075796983e
commit 2576fded97
2 changed files with 77 additions and 0 deletions
@@ -0,0 +1,7 @@
-- mage Alter Time spell
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mage_alter_time_aura', 'spell_mage_alter_time_active');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(110909,'spell_mage_alter_time_aura'),
(127140,'spell_mage_alter_time_active'),
(342246,'spell_mage_alter_time_aura'),
(342247,'spell_mage_alter_time_active');