aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4527_world_spell_script_target.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/4527_world_spell_script_target.sql b/sql/updates/4527_world_spell_script_target.sql
new file mode 100644
index 00000000000..f1bf84d509a
--- /dev/null
+++ b/sql/updates/4527_world_spell_script_target.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_target` WHERE `entry` IN (58836);
+INSERT INTO `spell_script_target` VALUES (58836, 1, 31216);
+UPDATE `creature_template` SET `ScriptName`='npc_mirror_image' WHERE `entry`=31216;
+UPDATE `creature_template` SET `spell1`=59638, `spell2` = 59637 WHERE `entry`=31216;