aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_09_21_05_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_21_05_world.sql b/sql/updates/world/2014_09_21_05_world.sql
new file mode 100644
index 00000000000..b2a4fc2a0d4
--- /dev/null
+++ b/sql/updates/world/2014_09_21_05_world.sql
@@ -0,0 +1,3 @@
+UPDATE `creature_template` SET `ScriptName`= 'npc_invis_infernal_caster' WHERE `entry`=21417;
+UPDATE `creature_template` SET `AIName`="", `ScriptName`= 'npc_infernal_attacker' WHERE `entry`=21419;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=21419 AND `source_type`=0;