From ef006ed117bb602a928d33dc0fe90075efd7393f Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Mon, 25 May 2009 05:23:40 +0200 Subject: Add athena netcode for changing account password. --- src/net/ea/protocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/ea/protocol.h') diff --git a/src/net/ea/protocol.h b/src/net/ea/protocol.h index 5362ab0c..b3759946 100644 --- a/src/net/ea/protocol.h +++ b/src/net/ea/protocol.h @@ -42,6 +42,7 @@ static const int STORAGE_OFFSET = 1; #define SMSG_CHAR_DELETE_SUCCEEDED 0x006f #define SMSG_CHAR_DELETE_FAILED 0x0070 #define SMSG_CHAR_MAP_INFO 0x0071 +#define SMSG_CHAR_PASSWORD_RESPONSE 0x0062 /**< Custom packet reply to password change request */ #define SMSG_MAP_LOGIN_SUCCESS 0x0073 /**< Contains starting location */ #define SMSG_PLAYER_UPDATE_1 0x01d8 @@ -141,6 +142,7 @@ static const int STORAGE_OFFSET = 1; /********************************** * Packets from client to server * **********************************/ +#define CMSG_CHAR_PASSWORD_CHANGE 0x0061 /**< Custom change password packet */ #define CMSG_CHAR_SERVER_CONNECT 0x0065 #define CMSG_CHAR_SELECT 0x0066 #define CMSG_CHAR_CREATE 0x0067 -- cgit v1.2.3-70-g09d2