diff options
-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) |