diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 12:55:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 12:55:46 +0300 |
commit | 42407f169ac67d375cba959bc553ffc186436cba (patch) | |
tree | c94cd937e34a70ffbae1e88f7b43b44c5d3c8ca2 /src/net/eathena/protocol.h | |
parent | d23ec275ea4b350dc616e592714724d66de4599a (diff) | |
download | plus-42407f169ac67d375cba959bc553ffc186436cba.tar.gz plus-42407f169ac67d375cba959bc553ffc186436cba.tar.bz2 plus-42407f169ac67d375cba959bc553ffc186436cba.tar.xz plus-42407f169ac67d375cba959bc553ffc186436cba.zip |
eathena: add packet CMSG_MAIL_SEND 0x0248.
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 70ffd74e5..16e5d481c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -373,6 +373,7 @@ #define CMSG_MAIL_RETURN_MESSAGE 0x0273 #define CMSG_MAIL_SET_ATTACH 0x0247 #define CMSG_MAIL_RESET_ATTACH 0x0246 +#define CMSG_MAIL_SEND 0x0248 #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |