aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorSpp <none@none>2010-03-09 13:13:20 +0100
committerSpp <none@none>2010-03-09 13:13:20 +0100
commit25b0be95aa637390f20a93e7eaef455b78803e57 (patch)
treeb63a2a271f91c9ef9f3796a0df0f4e6379246ea8 /sql/updates
parentcef249ff2cec86c4059daa744f2f30e0b999f217 (diff)
Typo in server shutdown command.
Original author VladimirMangos Closes issue #57 --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7509_world_command.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/7509_world_command.sql b/sql/updates/7509_world_command.sql
new file mode 100644
index 00000000000..942c364113f
--- /dev/null
+++ b/sql/updates/7509_world_command.sql
@@ -0,0 +1,3 @@
+DELETE FROM `command` WHERE `name`='server shutdown';
+INSERT INTO `command` (`name`,`security`,`help`) VALUES ('server shutdown','3','Syntax: .server shutdown #delay [#exit_code]\r\n\r\nShut the server down after #delay seconds. Use #exit_code or 0 as program exit code.');
+