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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp
index a64374a38..4dfbe47bf 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -128,4 +128,8 @@ void AdminHandler::gotoName(const std::string &name) const
outMsg.writeString(name, 24, "name");
}
+void AdminHandler::recallName(const std::string &name) const
+{
+}
+
} // namespace EAthena