summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
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/eathena/adminhandler.cpp
parent704b5b31fea63483c81f0744d88e46a856573424 (diff)
downloadManaVerse-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.gz
ManaVerse-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.bz2
ManaVerse-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.tar.xz
ManaVerse-64a067458ea169b9ff5b9a78ed1a011da86e8bdf.zip
Add chat command /killable. 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 25104c076..270c20070 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -275,4 +275,9 @@ void AdminHandler::killer(const std::string &name) const
Gm::runCharCommand("killer", name);
}
+void AdminHandler::killable(const std::string &name) const
+{
+ Gm::runCharCommand("killable", name);
+}
+
} // namespace EAthena