From 203d4a4952f9206b155a8903124a6222aaac1b7f Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Wed, 14 Dec 2011 13:42:57 +0100 Subject: Core/Commands: Show time left until shutdown in .server info. (Aokromes' Suggestions)--; --- sql/updates/world/2011_12_14_00_world_command.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2011_12_14_00_world_command.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3