diff options
| author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-12-14 13:42:57 +0100 |
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-12-14 13:42:57 +0100 |
| commit | 203d4a4952f9206b155a8903124a6222aaac1b7f (patch) | |
| tree | 520fbc4256d95f0d5a1dc966e5ecdaae662e14da /sql | |
| parent | 557faa4a4c36c281fa273eb61677bad0dbfa25b6 (diff) | |
Core/Commands: Show time left until shutdown in .server info. (Aokromes' Suggestions)--;
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_12_14_00_world_command.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_14_00_world_command.sql b/sql/updates/world/2011_12_14_00_world_command.sql new file mode 100644 index 00000000000..e871a82d89d --- /dev/null +++ b/sql/updates/world/2011_12_14_00_world_command.sql @@ -0,0 +1,4 @@ +DELETE FROM `trinity_string` WHERE `entry` IN(19,20); # unused entries +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(19,'Update time diff: %u.'), +(20,'Time left until shutdown/restart: %s'); |
