summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-25 22:49:39 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-25 22:49:39 +0300
commit53fce496581e70f0d99bf91152cc6d7e802e0974 (patch)
treeda324a2b4767916437a8bffcf65b170ba38008ad /src/commands.h
parent3a091245572872f5cda79eab92eb392f92c02b39 (diff)
downloadplus-53fce496581e70f0d99bf91152cc6d7e802e0974.tar.gz
plus-53fce496581e70f0d99bf91152cc6d7e802e0974.tar.bz2
plus-53fce496581e70f0d99bf91152cc6d7e802e0974.tar.xz
plus-53fce496581e70f0d99bf91152cc6d7e802e0974.zip
Move chat command /target into actions.
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 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},