From ea71948915fdfd9e658808a049283cf09a2b1694 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Sep 2014 16:52:02 +0300 Subject: eathena: add packet CMSG_ADMIN_GOTO 0x01bb. --- src/net/eathena/adminhandler.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/adminhandler.cpp') 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 -- cgit v1.2.3-60-g2f50