From 9956ff63ccfaee02ed68d0125007b90849cc1ee5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 29 Feb 2016 01:55:41 +0300 Subject: Add chat command /partyrecall. Also add it to npc context menu. --- src/net/eathena/adminhandler.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/adminhandler.cpp') diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp index 07b99347e..29e346af8 100644 --- a/src/net/eathena/adminhandler.cpp +++ b/src/net/eathena/adminhandler.cpp @@ -352,4 +352,9 @@ void AdminHandler::changePartyLeader(const std::string &name) const Gm::runCommand("changeleader", name); } +void AdminHandler::partyRecall(const std::string &name) const +{ + Gm::runCommand("partyrecall", name); +} + } // namespace EAthena -- cgit v1.2.3-70-g09d2