diff options
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}, |