From b7cf456f5313b1513f8ea8599e97bfb275d90346 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Wed, 10 Jul 2013 18:29:32 -0230 Subject: Core/Scripting: Additions to Shade of Akama Script. Just ending sequence left to do. Please supply feedback if anything is not like offi so I can fix. --- sql/updates/world/2013_07_10_01_world_misc.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2013_07_10_01_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_07_10_01_world_misc.sql b/sql/updates/world/2013_07_10_01_world_misc.sql new file mode 100644 index 00000000000..8a2430215df --- /dev/null +++ b/sql/updates/world/2013_07_10_01_world_misc.sql @@ -0,0 +1,5 @@ +UPDATE `creature_template` SET `AIName`= '', `ScriptName` = 'npc_ashtongue_elementalist' WHERE `entry`=23523; +DELETE FROM smart_scripts WHERE entryorguid=23523; + +UPDATE `creature_template` SET `AIName`= '', `ScriptName` = 'npc_ashtongue_spiritbinder' WHERE `entry`=23524; +DELETE FROM smart_scripts WHERE entryorguid=23524; -- cgit v1.2.3