From 1a576fa7b2b4e37471e9b6e9185690a85be76557 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Sun, 23 Jun 2013 16:16:42 -0230 Subject: Core/Scripting: UBRS Boss Pyroguard Emberseer closer to being fully scripted. --- sql/updates/world/2013_06_23_01_world_misc.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2013_06_23_01_world_misc.sql (limited to 'sql') 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; -- cgit v1.2.3