diff options
| author | Shocker <none@none> | 2010-09-21 03:51:14 +0300 |
|---|---|---|
| committer | Shocker <none@none> | 2010-09-21 03:51:14 +0300 |
| commit | 5ffaf0d84bb5e2f73f60321c1754d879f5297f0f (patch) | |
| tree | a618492389348261d9c1f3c4579cc98ee8b183d0 /sql/updates | |
| parent | 7b3d573a16eec4010ffee1e40fc93ddd0cbd46ab (diff) | |
Core/Commands: Implement command for adding (completing) achievements
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10023.world_command.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/10023.world_command.sql b/sql/updates/10023.world_command.sql new file mode 100644 index 00000000000..653d400c690 --- /dev/null +++ b/sql/updates/10023.world_command.sql @@ -0,0 +1,4 @@ +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 |
