mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Touch of the Magi - accumulate damage and DoT duration
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