aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
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;