aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorgvcoman <none@none>2008-11-21 21:00:45 -0500
committergvcoman <none@none>2008-11-21 21:00:45 -0500
commit063208485700904ebb6a3a77803b9c91d692daf8 (patch)
tree78020748dca9201a1eb735527df51b4d5da927f7 /sql
parent32485bc5d1bbde8f4b5e81d718f0fc0119442294 (diff)
* 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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/287_world_scripts.sql2
1 files changed, 2 insertions, 0 deletions
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