diff options
| author | Matan Shukry <matanshukry@gmail.com> | 2021-02-13 13:26:53 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-02-13 14:08:16 +0100 |
| commit | bb0194aede293d029ec1db628f555b6a138c1e6c (patch) | |
| tree | fed99f6f2487113cd7587a2547d0f7a8267e25f4 /sql/updates | |
| parent | 7159de62b6a863de39fffc672ac79832a3bbd323 (diff) | |
Scripts/Spells: Touch of the Magi - accumulate damage and DoT duration
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_02_13_00_world_mage_spell_touch_of_the_magi.sql | 4 |
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'); |
