aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorspp <none@none>2009-12-06 18:21:00 +0100
committerspp <none@none>2009-12-06 18:21:00 +0100
commit9e2c09bf09aea00593012abbf84e3bd6f8f6bab9 (patch)
tree8ee174046201ac13249223f52c1040f5720c03cb /sql
parent2acf288071a08682459518f52e0aacdf6131c17d (diff)
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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/6432_world.sql2
1 files changed, 2 insertions, 0 deletions
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';
+