aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-03-04 00:29:50 +0100
committerQAston <none@none>2009-03-04 00:29:50 +0100
commitd6b09015d6c1ac5c62e63d51aeb496c0cc2d3fe5 (patch)
tree183a759c6540c040174449502c0ce7552a6f5484 /sql
parent454f882cf238506bc12f593de71e97cd27e961e8 (diff)
parentc113bf884f9523745f22aae78cde80903b2ba192 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/1657_world.sql2
-rw-r--r--sql/updates/CMakeLists.txt3
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)