summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 20:13:04 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 20:13:04 +0300
commit704b5b31fea63483c81f0744d88e46a856573424 (patch)
tree37a3530e9be27f0aca4283ec90944174aae542fa /src/net/eathena/adminhandler.cpp
parent25bf3308cf490313b4a86b78643226f078ce4f7e (diff)
downloadplus-704b5b31fea63483c81f0744d88e46a856573424.tar.gz
plus-704b5b31fea63483c81f0744d88e46a856573424.tar.bz2
plus-704b5b31fea63483c81f0744d88e46a856573424.tar.xz
plus-704b5b31fea63483c81f0744d88e46a856573424.zip
Add chat command /killer. Also add it to player 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 f1742315b..25104c076 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -270,4 +270,9 @@ void AdminHandler::gotoNpc(const std::string &name) const
Gm::runCommand("tonpc", name);
}
+void AdminHandler::killer(const std::string &name) const
+{
+ Gm::runCharCommand("killer", name);
+}
+
} // namespace EAthena