diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-31 16:05:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:54 +0300 |
commit | 8cc52b6e9cf46643cc6300df844e70b8dcb85212 (patch) | |
tree | 8b212cf00bb29b0022eb7dc45ffb5d9039444063 /src/net/eathena/protocol.h | |
parent | 1111fdbeb39d01e7612e164512fecf4289569b10 (diff) | |
download | plus-8cc52b6e9cf46643cc6300df844e70b8dcb85212.tar.gz plus-8cc52b6e9cf46643cc6300df844e70b8dcb85212.tar.bz2 plus-8cc52b6e9cf46643cc6300df844e70b8dcb85212.tar.xz plus-8cc52b6e9cf46643cc6300df844e70b8dcb85212.zip |
eathena: add basic handling for packet SMSG_CHAR_PINCODE_STATUS 0x08b9.
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 3251c5faf..a716d8a6e 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -44,6 +44,7 @@ #define SMSG_CHAR_LOGIN_ERROR 0x006c #define SMSG_CHAR_CREATE_SUCCEEDED 0x006d #define SMSG_CHAR_CREATE_SUCCEEDED2 0x0221 +#define SMSG_CHAR_PINCODE_STATUS 0x08b9 #define SMSG_CHAR_CREATE_FAILED 0x006e #define SMSG_CHAR_DELETE_SUCCEEDED 0x006f |