From bb0194aede293d029ec1db628f555b6a138c1e6c Mon Sep 17 00:00:00 2001 From: Matan Shukry Date: Sat, 13 Feb 2021 13:26:53 +0100 Subject: Scripts/Spells: Touch of the Magi - accumulate damage and DoT duration --- .../world/master/2021_02_13_00_world_mage_spell_touch_of_the_magi.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_02_13_00_world_mage_spell_touch_of_the_magi.sql (limited to 'sql') 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'); -- cgit v1.2.3