diff options
Diffstat (limited to 'sql/updates/10023.world_command.sql')
| -rw-r--r-- | sql/updates/10023.world_command.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/updates/10023.world_command.sql b/sql/updates/10023.world_command.sql deleted file mode 100644 index 653d400c690..00000000000 --- a/sql/updates/10023.world_command.sql +++ /dev/null @@ -1,4 +0,0 @@ -DELETE FROM `command` WHERE `name` IN ('achievement add', 'achievement'); -INSERT INTO `command` (`name`,`security`,`help`) VALUES -('achievement add',4,'Syntax: .achievement add $achievement\nAdd an achievement to the targeted player.\n$achievement: can be either achievement id or achievement link'), -('achievement',4,'Syntax: .achievement $subcommand\nType .achievement to see the list of possible subcommands or .help achievement $subcommand to see info on subcommands');
\ No newline at end of file |
