aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-05-20 14:57:29 +0200
committerKudlaty <none@none>2009-05-20 14:57:29 +0200
commit5ebeb2bc8ac35ad3f8c6d68481c47342df5cdb66 (patch)
tree8fa8b26daaa730295bbe4371b0a74685451dcfa2 /sql/updates
parente7c630ce91f1a55677efecf17d90d9d6cd5dc6cd (diff)
[SD2] 1075
Added 6 new taxi paths (wyrmrest temple) --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/3423_world_scripts.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/3423_world_scripts.sql b/sql/updates/3423_world_scripts.sql
new file mode 100644
index 00000000000..16b07bd57a3
--- /dev/null
+++ b/sql/updates/3423_world_scripts.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_taxi' WHERE `entry` IN (27575, 26443, 26949);