Add map and zone to account onlinelist command.

Closes issue 466

--HG--
branch : trunk
This commit is contained in:
Spp
2010-03-12 18:55:41 +01:00
parent d2a3f9670f
commit 2cac9671ca
4 changed files with 15 additions and 7 deletions

View File

@@ -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 =============================');