summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-25 21:34:05 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-25 21:36:40 +0300
commit0b448599f2a1422630e80fbd12f7c6fd9792460e (patch)
tree835ad05cc868af0255d97995968bbafa9594eb93 /src/net/eathena/adminhandler.cpp
parent3fe3a77e1ae0db748a8a0b8d500db24a6a964b44 (diff)
downloadplus-0b448599f2a1422630e80fbd12f7c6fd9792460e.tar.gz
plus-0b448599f2a1422630e80fbd12f7c6fd9792460e.tar.bz2
plus-0b448599f2a1422630e80fbd12f7c6fd9792460e.tar.xz
plus-0b448599f2a1422630e80fbd12f7c6fd9792460e.zip
Add chat command /alive. 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 1abdb3b01..1965cee9d 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -285,4 +285,9 @@ void AdminHandler::heal(const std::string &name) const
Gm::runCharCommand("heal", name);
}
+void AdminHandler::alive(const std::string &name) const
+{
+ Gm::runCharCommand("alive", name);
+}
+
} // namespace EAthena