mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Add map and zone to account onlinelist command.
Closes issue 466 --HG-- branch : trunk
This commit is contained in:
6
sql/updates/7548_world_trinity_string.sql
Normal file
6
sql/updates/7548_world_trinity_string.sql
Normal 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 =============================');
|
||||
Reference in New Issue
Block a user