summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-29 01:02:46 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-29 01:02:46 +0300
commit60100c4b30f779fe8f63758f9974891e98816340 (patch)
treea3a5ab8eb90c3f03937df95adcfcf68a7d3d1922 /src/net/eathena/adminhandler.cpp
parent54cdcc6cded841b2c5823a74f58e4f3b06f81622 (diff)
downloadplus-60100c4b30f779fe8f63758f9974891e98816340.tar.gz
plus-60100c4b30f779fe8f63758f9974891e98816340.tar.bz2
plus-60100c4b30f779fe8f63758f9974891e98816340.tar.xz
plus-60100c4b30f779fe8f63758f9974891e98816340.zip
Add chat command /gmpartyleader. Also add it to npc context menu.
Diffstat (limited to 'src/net/eathena/adminhandler.cpp')
-rw-r--r--src/net/eathena/adminhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp
index dbe0e7731..07b99347e 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -347,4 +347,9 @@ void AdminHandler::showNpc(const std::string &name) const
Gm::runCommand("shownpc", name);
}
+void AdminHandler::changePartyLeader(const std::string &name) const
+{
+ Gm::runCommand("changeleader", name);
+}
+
} // namespace EAthena