summaryrefslogtreecommitdiff
path: root/src/dyetool/actions
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-01 15:40:45 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-01 15:40:45 +0300
commitc9a0a01ffff11b23c517cc2d0c6a08a83c7a8158 (patch)
treed5e06d87250dd4be2a70b672eaea7145396d5dc5 /src/dyetool/actions
parent5f4951d34c52e92ddd38606b140e8dcded25448c (diff)
downloadplus-c9a0a01ffff11b23c517cc2d0c6a08a83c7a8158.tar.gz
plus-c9a0a01ffff11b23c517cc2d0c6a08a83c7a8158.tar.bz2
plus-c9a0a01ffff11b23c517cc2d0c6a08a83c7a8158.tar.xz
plus-c9a0a01ffff11b23c517cc2d0c6a08a83c7a8158.zip
Add chat command /guildrecall. Also add it to player context menu.
Diffstat (limited to 'src/dyetool/actions')
-rw-r--r--src/dyetool/actions/commands.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp
index 50ccc0c9f..1da8b9540 100644
--- a/src/dyetool/actions/commands.cpp
+++ b/src/dyetool/actions/commands.cpp
@@ -137,5 +137,6 @@ impHandlerVoid(commandNpcShow)
impHandlerVoid(commandChangePartyLeader)
impHandlerVoid(commandPartyRecall)
impHandlerVoid(commandBreakGuild)
+impHandlerVoid(commandGuildRecall)
} // namespace Actions