diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-31 20:45:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:54 +0300 |
commit | 87e351fa21e94991038f3ca1cae1767b81071507 (patch) | |
tree | f504d6b760901a3a4f8c7be70d6f7cd84638e6af /src/net/eathena/protocol.h | |
parent | 8ad8da325107ef1b33bd6c3ed985859e7edb78ae (diff) | |
download | manaverse-87e351fa21e94991038f3ca1cae1767b81071507.tar.gz manaverse-87e351fa21e94991038f3ca1cae1767b81071507.tar.bz2 manaverse-87e351fa21e94991038f3ca1cae1767b81071507.tar.xz manaverse-87e351fa21e94991038f3ca1cae1767b81071507.zip |
Add partial pincode sending.
Need reverse or find way how to encrypt pincode.
For now pincodes not supported.
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 a716d8a6e..60a10dbac 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -197,6 +197,7 @@ #define CMSG_CHAR_SELECT 0x0066 #define CMSG_CHAR_CREATE 0x0970 #define CMSG_CHAR_DELETE 0x0068 +#define CMSG_CHAR_CREATE_PIN 0x08ba #define CMSG_MAP_SERVER_CONNECT 0x0072 #define CMSG_CLIENT_PING 0x007e /**< Send to server with tick */ |