diff options
author | Dennis Friis <peavey@inspircd.org> | 2009-05-25 05:23:40 +0200 |
---|---|---|
committer | Dennis Friis <peavey@inspircd.org> | 2009-05-25 05:28:03 +0200 |
commit | ef006ed117bb602a928d33dc0fe90075efd7393f (patch) | |
tree | d82e8b7a1aedc7999c232d08bd12d0c50a343f9a /src/net/ea/protocol.h | |
parent | 050103b8d2e3eb23e7aea188a1a269feb7c181ab (diff) | |
download | mana-client-ef006ed117bb602a928d33dc0fe90075efd7393f.tar.gz mana-client-ef006ed117bb602a928d33dc0fe90075efd7393f.tar.bz2 mana-client-ef006ed117bb602a928d33dc0fe90075efd7393f.tar.xz mana-client-ef006ed117bb602a928d33dc0fe90075efd7393f.zip |
Add athena netcode for changing account password.
Diffstat (limited to 'src/net/ea/protocol.h')
-rw-r--r-- | src/net/ea/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |