aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorsueastward <SuEastward@outlook.com>2021-05-23 15:44:09 +0800
committerShauren <shauren.trinity@gmail.com>2021-05-27 12:56:10 +0200
commit28c075765bdf33a4444a0e13253da7e9f9e0f447 (patch)
treebecd34b20f106ff2808cd362279af0fbf3fed438 /sql
parent480039f913e5013ee4746c21818e6c2169739bf4 (diff)
Scripts/Spells: Implement mage Alter Time
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_05_27_00_world_mage_spell_alter_time.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_05_27_00_world_mage_spell_alter_time.sql b/sql/updates/world/master/2021_05_27_00_world_mage_spell_alter_time.sql
new file mode 100644
index 00000000000..bceb4d56b3a
--- /dev/null
+++ b/sql/updates/world/master/2021_05_27_00_world_mage_spell_alter_time.sql
@@ -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');