diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 12:03:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 12:03:27 +0300 |
commit | dad1dff300a8a65e9b74ef0c5568279dded8e45f (patch) | |
tree | 718a96436b64d0455236ef0da6a04bad01232c60 /src/net/eathena/protocol.h | |
parent | 52a130d4975dcd05a283fb46ba68af094ff91c4e (diff) | |
download | plus-dad1dff300a8a65e9b74ef0c5568279dded8e45f.tar.gz plus-dad1dff300a8a65e9b74ef0c5568279dded8e45f.tar.bz2 plus-dad1dff300a8a65e9b74ef0c5568279dded8e45f.tar.xz plus-dad1dff300a8a65e9b74ef0c5568279dded8e45f.zip |
eathena: add packet CMSG_MAIL_DELETE_MESSAGE 0x0243.
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 1cf12d141..ee8a30639 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -369,6 +369,7 @@ #define CMSG_MAIL_REFRESH_INBOX 0x023f #define CMSG_MAIL_READ_MESSAGE 0x0241 #define CMSG_MAIL_GET_ATTACH 0x0244 +#define CMSG_MAIL_DELETE_MESSAGE 0x0243 #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |