From 3fe3a77e1ae0db748a8a0b8d500db24a6a964b44 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Feb 2016 20:42:50 +0300 Subject: Add chat command /gmheal. Also add it to player context menu. --- src/net/eathena/adminhandler.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/adminhandler.cpp') 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 -- cgit v1.2.3-60-g2f50