Scripts/Spells: Touch of the Magi - accumulate damage and DoT duration

Port From (https://github.com/TrinityCore/TrinityCore/commit/bb0194aede293d029ec1db628f555b6a138c1e6c)
This commit is contained in:
hondacrx
2021-02-13 21:09:50 -05:00
parent 077a06f7c1
commit 29138f1f05
2 changed files with 46 additions and 0 deletions
@@ -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');