diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-29 01:55:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-29 01:55:41 +0300 |
commit | 9956ff63ccfaee02ed68d0125007b90849cc1ee5 (patch) | |
tree | 0cf8ee36f9cd39471590234de1adde3d0edeaf27 /src/actions/commands.h | |
parent | 60100c4b30f779fe8f63758f9974891e98816340 (diff) | |
download | plus-9956ff63ccfaee02ed68d0125007b90849cc1ee5.tar.gz plus-9956ff63ccfaee02ed68d0125007b90849cc1ee5.tar.bz2 plus-9956ff63ccfaee02ed68d0125007b90849cc1ee5.tar.xz plus-9956ff63ccfaee02ed68d0125007b90849cc1ee5.zip |
Add chat command /partyrecall. Also add it to npc context menu.
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r-- | src/actions/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h index efc436c97..76b20effd 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -135,6 +135,7 @@ namespace Actions decHandler(commandNpcHide); decHandler(commandNpcShow); decHandler(commandChangePartyLeader); + decHandler(commandPartyRecall); } // namespace Actions #undef decHandler |