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