aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMuhaha <none@none>2009-02-10 19:35:52 +0100
committerMuhaha <none@none>2009-02-10 19:35:52 +0100
commit6147bfaf041a1f1cf059f2f11770fba5ca50f197 (patch)
tree2f9e10366e4192f071616414a5e3c888feff67ba /sql
parent42b98f7e57cd2f090744a4dfbb213726832b4397 (diff)
* Stormwind Harbor Taxi. Author: FrozenDB
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1307_world.sql1
-rw-r--r--sql/updates/2.4.3_updates/1018_world.sql (renamed from sql/updates/2.4.3_updates/1018_wrold.sql)0
-rw-r--r--sql/updates/CMakeLists.txt1
3 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/1307_world.sql b/sql/updates/1307_world.sql
new file mode 100644
index 00000000000..ddb0b9732c9
--- /dev/null
+++ b/sql/updates/1307_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`='npc_stormwindharbor_taxi' WHERE `entry`='29154'; \ No newline at end of file
diff --git a/sql/updates/2.4.3_updates/1018_wrold.sql b/sql/updates/2.4.3_updates/1018_world.sql
index ca298faa8f3..ca298faa8f3 100644
--- a/sql/updates/2.4.3_updates/1018_wrold.sql
+++ b/sql/updates/2.4.3_updates/1018_world.sql
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt
index 3a90daa799c..751629ef23c 100644
--- a/sql/updates/CMakeLists.txt
+++ b/sql/updates/CMakeLists.txt
@@ -27,4 +27,5 @@ INSTALL(FILES
1018_world.sql
1026_world.sql
1028_world_scripts.sql
+1307_world.sql
DESTINATION share/trinity/sql/updates) \ No newline at end of file