diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-25 23:07:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-25 23:07:02 +0300 |
commit | b0ab41f03839163549de4344c027a69312458e77 (patch) | |
tree | 2e7d8ec9a61dd23c667f7967b52971cd297624ec /src/commands.h | |
parent | 53fce496581e70f0d99bf91152cc6d7e802e0974 (diff) | |
download | mv-b0ab41f03839163549de4344c027a69312458e77.tar.gz mv-b0ab41f03839163549de4344c027a69312458e77.tar.bz2 mv-b0ab41f03839163549de4344c027a69312458e77.tar.xz mv-b0ab41f03839163549de4344c027a69312458e77.zip |
Move chat command /atkhuman into actions.
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/commands.h b/src/commands.h index 9973f3b38..222e60467 100644 --- a/src/commands.h +++ b/src/commands.h @@ -114,8 +114,7 @@ namespace Commands enum { - COMMAND_ATKHUMAN = 0, - COMMAND_OUTFIT, + COMMAND_OUTFIT = 0, COMMAND_EMOTE, COMMAND_EMOTEPET, COMMAND_AWAY, @@ -177,7 +176,6 @@ enum static const CommandInfo commands[] = { - {"atkhuman", &Commands::attackHuman, -1, true}, {"outfit", &Commands::outfit, -1, true}, {"emote", &Commands::emote, -1, true}, {"emotepet", &Commands::emotePet, -1, true}, |