From 9e2c09bf09aea00593012abbf84e3bd6f8f6bab9 Mon Sep 17 00:00:00 2001 From: spp Date: Sun, 6 Dec 2009 18:21:00 +0100 Subject: Wintergrasp .wg command fixes. Closes #442 * .wg timer: limit to 1-60 wartime and 1-2440 not wartime * .wg switch: timer will not be reset. --HG-- branch : trunk --- sql/updates/6432_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/6432_world.sql (limited to 'sql') diff --git a/sql/updates/6432_world.sql b/sql/updates/6432_world.sql new file mode 100644 index 00000000000..5e96472dc60 --- /dev/null +++ b/sql/updates/6432_world.sql @@ -0,0 +1,2 @@ +UPDATE `command` SET `help` = 'Syntax: .wg timer $minutes\r\nChange the current timer. Min value = 1, Max value 60 (Wartime), 1440 (Not Wartime)' WHERE `name` = 'wg timer'; + -- cgit v1.2.3