diff options
| author | Shauren <shauren.trinity@gmail.com> | 2012-02-25 16:56:25 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2012-02-25 16:56:25 +0100 |
| commit | 5c00e93602e7afc0ad54713d16f2eb012751cc8d (patch) | |
| tree | fb7bf659527141fe2e367cf76b60253239b35b03 /sql | |
| parent | 7b2672b17b1961817ba2420ce158f034def18666 (diff) | |
Core/Commands: Added lost group commands
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_02_25_01_world_command.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_25_01_world_command.sql b/sql/updates/world/2012_02_25_01_world_command.sql new file mode 100644 index 00000000000..de708b7a9cc --- /dev/null +++ b/sql/updates/world/2012_02_25_01_world_command.sql @@ -0,0 +1,6 @@ +DELETE FROM `command` WHERE `name` IN ('group','group leader','group disband','group remove'); +INSERT INTO `command` (`name`,`security`,`help`) VALUES +('group', 3, 'Syntax: .group $subcommand\nType .group to see the list of possible subcommands or .help group $subcommand to see info on subcommands'), +('group leader', 3, 'Syntax: .group leader [$characterName]\n\nSets the given character as his group''s leader.'), +('group disband', 3, 'Syntax: .group disband [$characterName]\n\nDisbands the given character''s group.'), +('group remove', 3, 'Syntax: .group remove [$characterName]\n\nRemoves the given character from his group.'); |
