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