summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h
index 41b2231c8..71c11113f 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -51,7 +51,6 @@ struct CommandInfo final
namespace Commands
{
- decHandler(move);
decHandler(target);
decHandler(attackHuman);
decHandler(outfit);
@@ -116,8 +115,7 @@ namespace Commands
enum
{
- COMMAND_MOVE = 0,
- COMMAND_TARGET,
+ COMMAND_TARGET = 0,
COMMAND_ATKHUMAN,
COMMAND_OUTFIT,
COMMAND_EMOTE,
@@ -181,7 +179,6 @@ enum
static const CommandInfo commands[] =
{
- {"move", &Commands::move, -1, true},
{"target", &Commands::target, -1, true},
{"atkhuman", &Commands::attackHuman, -1, true},
{"outfit", &Commands::outfit, -1, true},