From 2cac9671caaa8ed942e7d9ed9026d83d01eb88e9 Mon Sep 17 00:00:00 2001 From: Spp Date: Fri, 12 Mar 2010 18:55:41 +0100 Subject: Add map and zone to account onlinelist command. Closes issue 466 --HG-- branch : trunk --- sql/updates/7548_world_trinity_string.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/7548_world_trinity_string.sql (limited to 'sql/updates') 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 -- cgit v1.2.3