summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 20:25:03 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 20:25:03 +0300
commit64a067458ea169b9ff5b9a78ed1a011da86e8bdf (patch)
tree0bae841148a69a2bd160b914d3d17ed0b4ac3421 /src/net/tmwa/adminhandler.h
parent704b5b31fea63483c81f0744d88e46a856573424 (diff)
downloadplus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.gz
plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.bz2
plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.xz
plus-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.zip
Add chat command /killable. Also add it to player 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 22deeeb08..607ea8ed1 100644
--- a/src/net/tmwa/adminhandler.h
+++ b/src/net/tmwa/adminhandler.h
@@ -130,6 +130,8 @@ class AdminHandler final : public Ea::AdminHandler
void gotoNpc(const std::string &name) const override final A_CONST;
void killer(const std::string &name) const override final A_CONST;
+
+ void killable(const std::string &name) const override final A_CONST;
};
} // namespace TmwAthena