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/updates | |
| parent | f43339f9731410c5be95a3c8ea61b88586850961 (diff) | |
*Show online players numbers in command server info.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4431_world_trinity_string.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/4431_world_trinity_string.sql b/sql/updates/4431_world_trinity_string.sql new file mode 100644 index 00000000000..564f465dc69 --- /dev/null +++ b/sql/updates/4431_world_trinity_string.sql @@ -0,0 +1,4 @@ +UPDATE `trinity_string` SET `content_default` = 'Active connections: %u (max: %u) Queued connections: %u (max: %u)' WHERE `entry` = 12; + +DELETE FROM `trinity_string` WHERE `entry` = 60; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (60, 'Online players: %u (max: %u)'); |
