diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 16:08:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 16:08:08 +0300 |
commit | b8176c75b6501146ebf610509e2d3218bf764e46 (patch) | |
tree | 93bad89d9aef1c72b9d88755dd9b4f654a9e0df3 /src/net/eathena/protocol.h | |
parent | 1769c5e53a8a2765a19906fb94f992bbe579eefe (diff) | |
download | mv-b8176c75b6501146ebf610509e2d3218bf764e46.tar.gz mv-b8176c75b6501146ebf610509e2d3218bf764e46.tar.bz2 mv-b8176c75b6501146ebf610509e2d3218bf764e46.tar.xz mv-b8176c75b6501146ebf610509e2d3218bf764e46.zip |
eathena: add partial support for packet SMSG_MAIL_MAILS_LIST 0x0240.
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 f7ca7f7da..b2daa3dbf 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -305,6 +305,7 @@ #define SMSG_CHAT_JOIN_CHANNEL 0x0b08 #define SMSG_CHAT_TALKIE_BOX 0x0191 +#define SMSG_MAIL_MAILS_LIST 0x0240 #define SMSG_MAIL_OPEN_WINDOW 0x0260 #define SMSG_FAMILY_ASK_FOR_CHILD 0x01f6 |