aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-06-23 16:16:42 -0230
committerMalcrom <malcromdev@gmail.com>2013-06-23 16:16:42 -0230
commit1a576fa7b2b4e37471e9b6e9185690a85be76557 (patch)
tree3908ad926b9c4ed2f85f05f068bb9fc2fbd0580d /sql
parentbb5ef1b462ae46990e02a36774ad4e9211a00997 (diff)
Core/Scripting: UBRS Boss Pyroguard Emberseer closer to being fully scripted.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_06_23_01_world_misc.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_23_01_world_misc.sql b/sql/updates/world/2013_06_23_01_world_misc.sql
new file mode 100644
index 00000000000..f98b1f2f7ab
--- /dev/null
+++ b/sql/updates/world/2013_06_23_01_world_misc.sql
@@ -0,0 +1,3 @@
+-- Move Blackhand Incarcerator to core scripting
+UPDATE `creature_template` SET `AIName`= '',`ScriptName`= 'npc_blackhand_incarcerator' WHERE `entry`=10316;
+DELETE FROM `smart_scripts` WHERE `entryorguid`=10316;