From 6010904f60d62b8f9e2861e6556374a5edd3c67a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Dec 2014 13:33:30 +0300 Subject: eathena: remove packet SMSG_CHAR_PASSWORD_RESPONSE. --- src/net/eathena/loginhandler.cpp | 5 ----- src/net/eathena/protocol.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/src/net/eathena/loginhandler.cpp b/src/net/eathena/loginhandler.cpp index 7153468aa..b0a649ed4 100644 --- a/src/net/eathena/loginhandler.cpp +++ b/src/net/eathena/loginhandler.cpp @@ -53,7 +53,6 @@ LoginHandler::LoginHandler() : SMSG_LOGIN_DATA, SMSG_LOGIN_ERROR, SMSG_LOGIN_ERROR2, - SMSG_CHAR_PASSWORD_RESPONSE, SMSG_SERVER_VERSION_RESPONSE, SMSG_UPDATE_HOST, 0 @@ -70,10 +69,6 @@ void LoginHandler::handleMessage(Net::MessageIn &msg) { switch (msg.getId()) { - case SMSG_CHAR_PASSWORD_RESPONSE: - processCharPasswordResponse(msg); - break; - case SMSG_LOGIN_DATA: processLoginData(msg); break; diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index b2f5abab6..a147ecb7f 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -50,8 +50,6 @@ #define SMSG_CHAR_DELETE_SUCCEEDED 0x006f #define SMSG_CHAR_DELETE_FAILED 0x0070 #define SMSG_CHAR_MAP_INFO 0x0071 -// Custom packet reply to password change request -#define SMSG_CHAR_PASSWORD_RESPONSE 0x0062 #define SMSG_CHAR_SWITCH_RESPONSE 0x00b3 #define SMSG_CHANGE_MAP_SERVER 0x0092 -- cgit v1.2.3-60-g2f50