diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_02_13_00_world_mage_spell_touch_of_the_magi.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_13_00_world_mage_spell_touch_of_the_magi.sql b/sql/updates/world/master/2021_02_13_00_world_mage_spell_touch_of_the_magi.sql new file mode 100644 index 00000000000..3b0b3fada9a --- /dev/null +++ b/sql/updates/world/master/2021_02_13_00_world_mage_spell_touch_of_the_magi.sql @@ -0,0 +1,4 @@ +-- Attach touch of the magi aura script +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_touch_of_the_magi_aura'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(210824,'spell_mage_touch_of_the_magi_aura'); |
