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:
@@ -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');
|
||||
Reference in New Issue
Block a user