diff options
author | Seline <none@none> | 2008-10-03 15:33:07 -0500 |
---|---|---|
committer | Seline <none@none> | 2008-10-03 15:33:07 -0500 |
commit | be22d45c0f6b4278709713d5457ec77853252796 (patch) | |
tree | 28dc122cda09fd026fd4e3fa880dfb25b4bb7f48 /sql/updates/0.6/2703_command.sql | |
parent | 9b1c0e006f20091f28f3f468cfcab1feb51286bd (diff) |
[svn] * Remove all unneeded sql updates.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/0.6/2703_command.sql')
-rw-r--r-- | sql/updates/0.6/2703_command.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/updates/0.6/2703_command.sql b/sql/updates/0.6/2703_command.sql deleted file mode 100644 index ec0f7c1e217..00000000000 --- a/sql/updates/0.6/2703_command.sql +++ /dev/null @@ -1,6 +0,0 @@ -INSERT INTO `command` VALUES('idleshutdown','3','Syntax: .idleshutdown #delay\r\n\r\nShutting down server after #delay seconds if no active connections present (no players).'); -INSERT INTO `command` VALUES('banaccount','3','Syntax: .banaccount $name\r\n\r\nBan account $name (can be view for player using .pinfo command) and kick affected player if he loginned at server.'); -INSERT INTO `command` VALUES('banip','3','Syntax: .banip #ip\r\n\r\nBan loggining to server from computer with provide IP address and kick all affected players with equal last IP.'); -INSERT INTO `command` VALUES('unbanaccount','3','Syntax: .unbanaccount $name\r\n\r\nUnban account $name.'); -INSERT INTO `command` VALUES('unbanip','3','Syntax: .unbanip #ip\r\n\r\nUnban provide IP address.'); -UPDATE `command` SET `help` = 'Syntax: .kick [$charactername]\r\n\r\nKick the given character from the world. If no character name provide then selected player (except self) will be kicked.' WHERE `name` = 'kick'; |