diff options
Diffstat (limited to 'src/net/eathena/adminhandler.cpp')
-rw-r--r-- | src/net/eathena/adminhandler.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp index 270c20070..1abdb3b01 100644 --- a/src/net/eathena/adminhandler.cpp +++ b/src/net/eathena/adminhandler.cpp @@ -280,4 +280,9 @@ void AdminHandler::killable(const std::string &name) const Gm::runCharCommand("killable", name); } +void AdminHandler::heal(const std::string &name) const +{ + Gm::runCharCommand("heal", name); +} + } // namespace EAthena |