diff options
| author | Discover- <amort11@hotmail.com> | 2014-01-19 17:05:36 +0100 |
|---|---|---|
| committer | Discover- <amort11@hotmail.com> | 2014-01-19 17:05:36 +0100 |
| commit | 3102da5263540446aa73526d998be151aa624640 (patch) | |
| tree | 418e1b7f1a7cd0adc372d7c90689b5ea904ee320 /sql/updates/world | |
| parent | 8a5c54453bc902da87a585696b5b0eb82e144d3b (diff) | |
Misc/SQL: Rename SQL from fa2616fe4efa4651d48710c7458cd2d479e9338b
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/2014_01_19_01_world_command.txt (renamed from sql/updates/world/xxxx_xx_xx_xx_world_command.txt) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sql/updates/world/xxxx_xx_xx_xx_world_command.txt b/sql/updates/world/2014_01_19_01_world_command.txt index fb36904b393..cc2049ad35a 100644 --- a/sql/updates/world/xxxx_xx_xx_xx_world_command.txt +++ b/sql/updates/world/2014_01_19_01_world_command.txt @@ -1,5 +1,5 @@ -SET @id = 775;
-
-DELETE FROM `command` WHERE `name` = 'mailbox';
-INSERT INTO `command` (`name`, `permission`, `help`) VALUES
-('mailbox', @id, 'Syntax: .mailbox\r\n\r\nShow your mailbox content.');
+SET @id = 775; + +DELETE FROM `command` WHERE `name` = 'mailbox'; +INSERT INTO `command` (`name`, `permission`, `help`) VALUES +('mailbox', @id, 'Syntax: .mailbox\r\n\r\nShow your mailbox content.'); |
