aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7548_world_trinity_string.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/7548_world_trinity_string.sql b/sql/updates/7548_world_trinity_string.sql
new file mode 100644
index 00000000000..5d6165f2125
--- /dev/null
+++ b/sql/updates/7548_world_trinity_string.sql
@@ -0,0 +1,6 @@
+DELETE FROM `trinity_string` WHERE `entry` in (1010,1012,1013,1015);
+INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
+(1010, '[ Account][ Character][ IP][GMLev][Expansion][Map][Zone]'),
+(1012, '=============================================================================='),
+(1013, '-[%16s][%12s][%15s][%5d][%9d][%3d][%4d]'),
+(1015, '============================== Characters Online ============================='); \ No newline at end of file