diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/1307_world.sql | 1 | ||||
| -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.txt | 1 |
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 |
