diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 17:33:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 17:33:09 +0300 |
commit | 16c4b0ef4fb76431563f09b147662b81788fa6c6 (patch) | |
tree | 9283199c22dc0c22b016503af281012be15f1011 /src/net/eathena/protocol.h | |
parent | 0fec797c95aca9d1c575daf4e9a3359fec10896d (diff) | |
download | manaverse-16c4b0ef4fb76431563f09b147662b81788fa6c6.tar.gz manaverse-16c4b0ef4fb76431563f09b147662b81788fa6c6.tar.bz2 manaverse-16c4b0ef4fb76431563f09b147662b81788fa6c6.tar.xz manaverse-16c4b0ef4fb76431563f09b147662b81788fa6c6.zip |
eathena: add partial support for packet SMSG_MAIL_DELETE_MAIL_ACK 0x0257.
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 04dca188b..1b44fbbbc 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -312,6 +312,7 @@ #define SMSG_MAIL_SEND_MAIL_ACK 0x0249 #define SMSG_MAIL_NEW_MAIL 0x024a #define SMSG_MAIL_SET_ATTACHMENT_ACK 0x0255 +#define SMSG_MAIL_DELETE_MAIL_ACK 0x0257 #define SMSG_MAIL_OPEN_WINDOW 0x0260 #define SMSG_FAMILY_ASK_FOR_CHILD 0x01f6 |