aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMachiavelli <machiavelli.trinity@gmail.com>2011-12-14 13:42:57 +0100
committerMachiavelli <machiavelli.trinity@gmail.com>2011-12-14 13:42:57 +0100
commit203d4a4952f9206b155a8903124a6222aaac1b7f (patch)
tree520fbc4256d95f0d5a1dc966e5ecdaae662e14da /sql
parent557faa4a4c36c281fa273eb61677bad0dbfa25b6 (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.sql4
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');