From 88cbb401f7008933435c9721d876abd59cc617f1 Mon Sep 17 00:00:00 2001 From: panaut0lordv Date: Tue, 3 Mar 2009 22:58:50 +0100 Subject: Trinity string (TBC->EXP) for console .acc onlinelist --HG-- branch : trunk --- sql/updates/1657_world.sql | 2 ++ sql/updates/CMakeLists.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 sql/updates/1657_world.sql (limited to 'sql') 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) -- cgit v1.2.3