aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-05-20 07:13:19 +0200
committerKudlaty <none@none>2009-05-20 07:13:19 +0200
commit8305f6d3bc2088d78e8067e344e6df3fde978d1f (patch)
treed2f275d3cf8ba968553d9f21faea3b268bc9b9b4 /sql/updates
parent28d0feabe2bc6ab60a11eeaf822965d6d63f8c61 (diff)
Merge & move taxi scripts into one file as npc_taxi
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/3421_world_scripts.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/3421_world_scripts.sql b/sql/updates/3421_world_scripts.sql
new file mode 100644
index 00000000000..b1f9f3e6f2e
--- /dev/null
+++ b/sql/updates/3421_world_scripts.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_taxi' WHERE `entry` IN (17435, 23413, 18725, 19401, 19409, 20235, 25059, 25236, 20903, 20162, 29154, 23415);