diff options
Diffstat (limited to 'src/net/eathena/adminhandler.cpp')
-rw-r--r-- | src/net/eathena/adminhandler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp index f470753e9..a64374a38 100644 --- a/src/net/eathena/adminhandler.cpp +++ b/src/net/eathena/adminhandler.cpp @@ -124,6 +124,8 @@ void AdminHandler::resetSkills() const void AdminHandler::gotoName(const std::string &name) const { + MessageOut outMsg(CMSG_ADMIN_GOTO); + outMsg.writeString(name, 24, "name"); } } // namespace EAthena |