From 063208485700904ebb6a3a77803b9c91d692daf8 Mon Sep 17 00:00:00 2001 From: gvcoman Date: Fri, 21 Nov 2008 21:00:45 -0500 Subject: * Added missing part of mangos merge on interrupt channeling on aura cancel * Removed hacks attempting to do the above only for possessing or farsight spells * Moved summon as possessed unsummoning into more general area in Spell::cancel * Added SQL updates for steam tonk and tonk mine scripts --HG-- branch : trunk --- sql/updates/287_world_scripts.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/287_world_scripts.sql (limited to 'sql') diff --git a/sql/updates/287_world_scripts.sql b/sql/updates/287_world_scripts.sql new file mode 100644 index 00000000000..725f81b02e9 --- /dev/null +++ b/sql/updates/287_world_scripts.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName` = 'npc_steam_tonk' WHERE `entry` = '19405'; +UPDATE `creature_template` SET `ScriptName` = 'npc_tonk_mine' WHERE `entry` = '15368'; \ No newline at end of file -- cgit v1.2.3