diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 16:51:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 16:51:00 +0300 |
commit | ca54c8874b631b392366f98731704db6177b14a6 (patch) | |
tree | 2e1ca02a81f695fd98e0bd5f64dc7c3c55ec0aa2 /src/net/eathena/protocol.h | |
parent | 3b77e87f120b096510f5c6af721563683057b101 (diff) | |
download | plus-ca54c8874b631b392366f98731704db6177b14a6.tar.gz plus-ca54c8874b631b392366f98731704db6177b14a6.tar.bz2 plus-ca54c8874b631b392366f98731704db6177b14a6.tar.xz plus-ca54c8874b631b392366f98731704db6177b14a6.zip |
eathena: add partial support for packet SMSG_MAIL_GET_ATTACHMENT 0x0245.
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 ef20ce002..575e52246 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -307,6 +307,7 @@ #define SMSG_MAIL_MAILS_LIST 0x0240 #define SMSG_MAIL_READ_MAIL 0x0242 +#define SMSG_MAIL_GET_ATTACHMENT 0x0245 #define SMSG_MAIL_OPEN_WINDOW 0x0260 #define SMSG_FAMILY_ASK_FOR_CHILD 0x01f6 |