diff options
| author | Anubisss <none@none> | 2009-07-12 00:16:56 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-07-12 00:16:56 +0200 |
| commit | 692c927e75c6c9a32d53da8d7f6319508d9b6fb9 (patch) | |
| tree | dae217f9c8d6beac1fc88b2a0a76d2b202c0eeb0 /sql/world.sql | |
| parent | f43339f9731410c5be95a3c8ea61b88586850961 (diff) | |
*Show online players numbers in command server info.
--HG--
branch : trunk
Diffstat (limited to 'sql/world.sql')
| -rw-r--r-- | sql/world.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql index 3f13cf48326..21e89f44d91 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -14719,7 +14719,7 @@ INSERT INTO `trinity_string` VALUES (9,'Commands available to you:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (10,'Incorrect syntax.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (11,'Your account level is: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(12,'Online players: %u (max: %u) Queued players: %u (max: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(12,'Active connections: %u (max: %u) Queued connections: %u (max: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (13,'Server uptime: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (14,'Player saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (15,'All players saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), @@ -14767,6 +14767,7 @@ INSERT INTO `trinity_string` VALUES (57,'Using World DB: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (58,'Using script library: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (59,'Using creature EventAI: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(60,'Online players: %u (max: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (100,'Global notify: ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (101,'Map: %u (%s) Zone: %u (%s) Area: %u (%s) Phase: %u\nX: %f Y: %f Z: %f Orientation: %f\ngrid[%u,%u]cell[%u,%u] InstanceID: %u\n ZoneX: %f ZoneY: %f\nGroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (102,'%s is already being teleported.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), |
