diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 15:59:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 15:59:14 +0300 |
commit | 1769c5e53a8a2765a19906fb94f992bbe579eefe (patch) | |
tree | 73c0f2ef0d8d61de40876848bdb3120512e9a599 /src/net/eathena/protocol.h | |
parent | 7df47310cba40daf9f29fbebfddef8b978b2770f (diff) | |
download | plus-1769c5e53a8a2765a19906fb94f992bbe579eefe.tar.gz plus-1769c5e53a8a2765a19906fb94f992bbe579eefe.tar.bz2 plus-1769c5e53a8a2765a19906fb94f992bbe579eefe.tar.xz plus-1769c5e53a8a2765a19906fb94f992bbe579eefe.zip |
eathena: add partial support for packet SMSG_PLAYER_STORAGE_PASSWORD_RESULT 0x023c.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index b140cd9ca..f7ca7f7da 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -233,6 +233,7 @@ #define SMSG_PLAYER_STORAGE_REMOVE 0x00f6 #define SMSG_PLAYER_STORAGE_CLOSE 0x00f8 /**< Storage access closed */ #define SMSG_PLAYER_STORAGE_PASSWORD 0x023a +#define SMSG_PLAYER_STORAGE_PASSWORD_RESULT 0x023c #define SMSG_ADMIN_KICK_ACK 0x00cd #define SMSG_ADMIN_GET_LOGIN_ACK 0x01e0 |