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/dyetool/actions | |
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/dyetool/actions')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp index 1f8fd5cbd..3778e2611 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -135,5 +135,6 @@ impHandlerVoid(commandNpcMove) impHandlerVoid(commandNpcHide) impHandlerVoid(commandNpcShow) impHandlerVoid(commandChangePartyLeader) +impHandlerVoid(commandPartyRecall) } // namespace Actions |