aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorkaelima <kaelima@live.se>2011-10-21 14:05:40 +0100
committerkaelima <kaelima@live.se>2011-10-21 14:05:40 +0100
commit5fdde0da737051821e7238d76b8293224f6b7cac (patch)
tree69fd72c8664e4d49d4f7195c1601ef7f61428cd7 /sql
parent361b447f623607b5ae4f78841afe5a2d9cd92b52 (diff)
Core/Spells: Move Shadowfiend's passive aura to creature addon.
Partly reverts ddec56b3e0ec2c2e36264b3ac080fd9ccde099df
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_10_21_00_world_creature_template_addon.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_10_21_00_world_creature_template_addon.sql b/sql/updates/world/2011_10_21_00_world_creature_template_addon.sql
new file mode 100644
index 00000000000..fed232a29d2
--- /dev/null
+++ b/sql/updates/world/2011_10_21_00_world_creature_template_addon.sql
@@ -0,0 +1,3 @@
+-- Move Shadowfiend's Mana Leech Aura from spellscript to creature addon.
+DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_pri_shadowfiend';
+UPDATE `creature_template_addon` SET `auras`= '28305' WHERE `entry`=19668;