diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_05_27_00_world_mage_spell_alter_time.sql | 7 |
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'); |
