diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 17:55:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 17:55:17 +0300 |
commit | 2c08eba0c8abd2eb3c09b1a916a5f6693c6ae7c0 (patch) | |
tree | 3bf8614754934ff936f5b4910ffa1e7769b3c68b /src/net/eathena/protocol.h | |
parent | dca1d63c7734846844fd3d322d1b6927cfa7d913 (diff) | |
download | plus-2c08eba0c8abd2eb3c09b1a916a5f6693c6ae7c0.tar.gz plus-2c08eba0c8abd2eb3c09b1a916a5f6693c6ae7c0.tar.bz2 plus-2c08eba0c8abd2eb3c09b1a916a5f6693c6ae7c0.tar.xz plus-2c08eba0c8abd2eb3c09b1a916a5f6693c6ae7c0.zip |
eathena: add partial support for packet SMSG_MAIL_RETURN 0x0274.
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 44517b6f6..bb8b8bfa0 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -315,6 +315,7 @@ #define SMSG_MAIL_SET_ATTACHMENT_ACK 0x0255 #define SMSG_MAIL_DELETE_MAIL_ACK 0x0257 #define SMSG_MAIL_OPEN_WINDOW 0x0260 +#define SMSG_MAIL_RETURN 0x0274 #define SMSG_FAMILY_ASK_FOR_CHILD 0x01f6 #define SMSG_FAMILY_CALL_PARTNER 0x01e6 |