diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 11:57:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 11:57:53 +0300 |
commit | 52a130d4975dcd05a283fb46ba68af094ff91c4e (patch) | |
tree | d2986b1c3921a6a9c61351f57f2d885fe0beb460 /src/net/eathena/protocol.h | |
parent | 91f7b690419a3600e58637aff6158ad8734bdf8b (diff) | |
download | plus-52a130d4975dcd05a283fb46ba68af094ff91c4e.tar.gz plus-52a130d4975dcd05a283fb46ba68af094ff91c4e.tar.bz2 plus-52a130d4975dcd05a283fb46ba68af094ff91c4e.tar.xz plus-52a130d4975dcd05a283fb46ba68af094ff91c4e.zip |
eathena: add packet CMSG_MAIL_GET_ATTACH 0x0244.
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 e7257f4c9..1cf12d141 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -368,6 +368,7 @@ #define CMSG_MAIL_REFRESH_INBOX 0x023f #define CMSG_MAIL_READ_MESSAGE 0x0241 +#define CMSG_MAIL_GET_ATTACH 0x0244 #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |