From 5dea1285694723157054dc4a739a222a2e12205b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Dec 2014 17:40:21 +0300 Subject: eathena: remove packet CMSG_CHAR_PASSWORD_CHANGE. --- src/net/eathena/loginhandler.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/net/eathena/loginhandler.cpp') diff --git a/src/net/eathena/loginhandler.cpp b/src/net/eathena/loginhandler.cpp index b0a649ed4..696b1eed5 100644 --- a/src/net/eathena/loginhandler.cpp +++ b/src/net/eathena/loginhandler.cpp @@ -127,13 +127,11 @@ void LoginHandler::disconnect() void LoginHandler::changePassword(const std::string &restrict username A_UNUSED, - const std::string &restrict oldPassword, - const std::string &restrict newPassword) - const + const std::string &restrict + oldPassword A_UNUSED, + const std::string &restrict + newPassword A_UNUSED) const { - createOutPacket(CMSG_CHAR_PASSWORD_CHANGE); - outMsg.writeStringNoLog(oldPassword, 24, "old password"); - outMsg.writeStringNoLog(newPassword, 24, "new password"); } void LoginHandler::sendLoginRegister(const std::string &restrict username, -- cgit v1.2.3-60-g2f50