aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-13 13:26:53 +0100
committerShauren <shauren.trinity@gmail.com>2021-02-13 14:08:16 +0100
commitbb0194aede293d029ec1db628f555b6a138c1e6c (patch)
treefed99f6f2487113cd7587a2547d0f7a8267e25f4 /sql
parent7159de62b6a863de39fffc672ac79832a3bbd323 (diff)
Scripts/Spells: Touch of the Magi - accumulate damage and DoT duration
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_02_13_00_world_mage_spell_touch_of_the_magi.sql4
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');