From 3a091245572872f5cda79eab92eb392f92c02b39 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Aug 2014 22:29:29 +0300 Subject: Move chat command /move into actions. --- src/commands.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/commands.h') 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}, -- cgit v1.2.3-70-g09d2