summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 23:07:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 23:07:02 +0300
commitb0ab41f03839163549de4344c027a69312458e77 (patch)
tree2e7d8ec9a61dd23c667f7967b52971cd297624ec /src/commands.h
parent53fce496581e70f0d99bf91152cc6d7e802e0974 (diff)
downloadplus-b0ab41f03839163549de4344c027a69312458e77.tar.gz
plus-b0ab41f03839163549de4344c027a69312458e77.tar.bz2
plus-b0ab41f03839163549de4344c027a69312458e77.tar.xz
plus-b0ab41f03839163549de4344c027a69312458e77.zip
Move chat command /atkhuman into actions.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h4
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},