diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 12:10:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 12:10:39 +0300 |
commit | 24067ea389a847c4d68f175d0765701110b2647e (patch) | |
tree | 8c2fb2d3476d2fc1d1eac2f4f5bcafe099283817 /src/net/eathena/protocol.h | |
parent | dad1dff300a8a65e9b74ef0c5568279dded8e45f (diff) | |
download | plus-24067ea389a847c4d68f175d0765701110b2647e.tar.gz plus-24067ea389a847c4d68f175d0765701110b2647e.tar.bz2 plus-24067ea389a847c4d68f175d0765701110b2647e.tar.xz plus-24067ea389a847c4d68f175d0765701110b2647e.zip |
eathena: add packet CMSG_MAIL_RETURN_MESSAGE 0x0273.
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 ee8a30639..1196988aa 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -370,6 +370,7 @@ #define CMSG_MAIL_READ_MESSAGE 0x0241 #define CMSG_MAIL_GET_ATTACH 0x0244 #define CMSG_MAIL_DELETE_MESSAGE 0x0243 +#define CMSG_MAIL_RETURN_MESSAGE 0x0273 #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |