diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 17:08:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 17:08:09 +0300 |
commit | f5e4b8888afa9b95469903148e4df1544b755bc8 (patch) | |
tree | 6ccb56595d92f5bdfa75a4d42a497cec4b59c61c /src/net/eathena/protocol.h | |
parent | edd3c87f697c6c0c33a2291cf70016ec56c84f54 (diff) | |
download | plus-f5e4b8888afa9b95469903148e4df1544b755bc8.tar.gz plus-f5e4b8888afa9b95469903148e4df1544b755bc8.tar.bz2 plus-f5e4b8888afa9b95469903148e4df1544b755bc8.tar.xz plus-f5e4b8888afa9b95469903148e4df1544b755bc8.zip |
eathena: add partial support for packet SMSG_MAIL_NEW_MAIL 0x024a.
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 35e72298d..6965e6710 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -309,6 +309,7 @@ #define SMSG_MAIL_READ_MAIL 0x0242 #define SMSG_MAIL_GET_ATTACHMENT 0x0245 #define SMSG_MAIL_SEND_MAIL_ACK 0x0249 +#define SMSG_MAIL_NEW_MAIL 0x024a #define SMSG_MAIL_OPEN_WINDOW 0x0260 #define SMSG_FAMILY_ASK_FOR_CHILD 0x01f6 |