summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-29 01:55:41 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-29 01:55:41 +0300
commit9956ff63ccfaee02ed68d0125007b90849cc1ee5 (patch)
tree0cf8ee36f9cd39471590234de1adde3d0edeaf27 /src/net/tmwa/adminhandler.h
parent60100c4b30f779fe8f63758f9974891e98816340 (diff)
downloadplus-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/net/tmwa/adminhandler.h')
-rw-r--r--src/net/tmwa/adminhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.h b/src/net/tmwa/adminhandler.h
index 069913ab8..5d43c14ff 100644
--- a/src/net/tmwa/adminhandler.h
+++ b/src/net/tmwa/adminhandler.h
@@ -161,6 +161,8 @@ class AdminHandler final : public Ea::AdminHandler
void changePartyLeader(const std::string &name) const override final
A_CONST;
+
+ void partyRecall(const std::string &name) const override final A_CONST;
};
} // namespace TmwAthena