summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
diff options
context:
space:
mode:
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 1965cee9d..bf97226b3 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -290,4 +290,9 @@ void AdminHandler::alive(const std::string &name) const
Gm::runCharCommand("alive", name);
}
+void AdminHandler::disguise(const std::string &name) const
+{
+ Gm::runCommand("disguise", name);
+}
+
} // namespace EAthena