diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h index 71c11113f..9973f3b38 100644 --- a/src/commands.h +++ b/src/commands.h @@ -51,7 +51,6 @@ struct CommandInfo final namespace Commands { - decHandler(target); decHandler(attackHuman); decHandler(outfit); decHandler(emote); @@ -115,8 +114,7 @@ namespace Commands enum { - COMMAND_TARGET = 0, - COMMAND_ATKHUMAN, + COMMAND_ATKHUMAN = 0, COMMAND_OUTFIT, COMMAND_EMOTE, COMMAND_EMOTEPET, @@ -179,7 +177,6 @@ enum static const CommandInfo commands[] = { - {"target", &Commands::target, -1, true}, {"atkhuman", &Commands::attackHuman, -1, true}, {"outfit", &Commands::outfit, -1, true}, {"emote", &Commands::emote, -1, true}, |