diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7509_world_command.sql | 3 |
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.'); + |
