aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpanaut0lordv <panaut0lordv@gmail.com>2009-03-03 22:58:50 +0100
committerpanaut0lordv <panaut0lordv@gmail.com>2009-03-03 22:58:50 +0100
commit88cbb401f7008933435c9721d876abd59cc617f1 (patch)
treea85b97ced4605ce3ccaed09d197371d16f9f9c5c
parentffa68907cff4f0d1b1acff9f6c2e5bcb6bcdd6bd (diff)
Trinity string (TBC->EXP) for console .acc onlinelist
--HG-- branch : trunk
-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)