diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-16 13:33:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-16 13:33:30 +0300 |
commit | 6010904f60d62b8f9e2861e6556374a5edd3c67a (patch) | |
tree | 76e66a630027e5cd79d3c4c0602d498360c932e4 /src/net/eathena/protocol.h | |
parent | 320fd14cf5ec9197f8c12b9bd69536d3a62528ef (diff) | |
download | plus-6010904f60d62b8f9e2861e6556374a5edd3c67a.tar.gz plus-6010904f60d62b8f9e2861e6556374a5edd3c67a.tar.bz2 plus-6010904f60d62b8f9e2861e6556374a5edd3c67a.tar.xz plus-6010904f60d62b8f9e2861e6556374a5edd3c67a.zip |
eathena: remove packet SMSG_CHAR_PASSWORD_RESPONSE.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |