summaryrefslogtreecommitdiff
path: root/src/net/tmwa/adminhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/adminhandler.cpp')
-rw-r--r--src/net/tmwa/adminhandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/adminhandler.cpp b/src/net/tmwa/adminhandler.cpp
index f9f85e8be..6fcc1bd6e 100644
--- a/src/net/tmwa/adminhandler.cpp
+++ b/src/net/tmwa/adminhandler.cpp
@@ -223,4 +223,10 @@ void AdminHandler::heal(const std::string &name A_UNUSED) const
{
}
+void AdminHandler::alive(const std::string &name) const
+{
+ Gm::runCommand("revive", name);
+}
+
+
} // namespace TmwAthena