diff options
| author | QAston <none@none> | 2009-03-04 00:29:50 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-04 00:29:50 +0100 |
| commit | d6b09015d6c1ac5c62e63d51aeb496c0cc2d3fe5 (patch) | |
| tree | 183a759c6540c040174449502c0ce7552a6f5484 /sql | |
| parent | 454f882cf238506bc12f593de71e97cd27e961e8 (diff) | |
| parent | c113bf884f9523745f22aae78cde80903b2ba192 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1657_world.sql | 2 | ||||
| -rw-r--r-- | sql/updates/CMakeLists.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sql/updates/1657_world.sql b/sql/updates/1657_world.sql new file mode 100644 index 00000000000..ca31075612f --- /dev/null +++ b/sql/updates/1657_world.sql @@ -0,0 +1,2 @@ +DELETE FROM trinity_string where entry=1010; +INSERT INTO trinity_string (entry, content_default) VALUES(1010, "| Account | Character | IP | GM | EXP |"); diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 559a4d00c89..d2652bb6f72 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -56,4 +56,5 @@ INSTALL(FILES 1618_world.sql 1646_mangos_7369_01_world_quest_template.sql 1654_world.sql -DESTINATION share/trinity/sql/updates)
\ No newline at end of file +1657_world.sql +DESTINATION share/trinity/sql/updates) |
