summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.h
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.h
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.h')
-rw-r--r--src/net/eathena/adminhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.h b/src/net/eathena/adminhandler.h
index 0ddc8b348..24dbf9b8a 100644
--- a/src/net/eathena/adminhandler.h
+++ b/src/net/eathena/adminhandler.h
@@ -116,6 +116,8 @@ class AdminHandler final : public Ea::AdminHandler
void gotoNpc(const std::string &name) const override final;
+ void killer(const std::string &name) const override final;
+
protected:
static std::string mStatsName;
};