diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 12:35:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 12:35:41 +0300 |
commit | d23ec275ea4b350dc616e592714724d66de4599a (patch) | |
tree | 61665cefe98218929ed85647c7669b4b3a662102 /src/net/eathena/protocol.h | |
parent | a0f83483c5d9ae0a6b809c93e62697ba399ac246 (diff) | |
download | plus-d23ec275ea4b350dc616e592714724d66de4599a.tar.gz plus-d23ec275ea4b350dc616e592714724d66de4599a.tar.bz2 plus-d23ec275ea4b350dc616e592714724d66de4599a.tar.xz plus-d23ec275ea4b350dc616e592714724d66de4599a.zip |
eathena: add packet CMSG_MAIL_RESET_ATTACH 0x0246.
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 d28806559..70ffd74e5 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -372,6 +372,7 @@ #define CMSG_MAIL_DELETE_MESSAGE 0x0243 #define CMSG_MAIL_RETURN_MESSAGE 0x0273 #define CMSG_MAIL_SET_ATTACH 0x0247 +#define CMSG_MAIL_RESET_ATTACH 0x0246 #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |