diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 11:54:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 11:54:00 +0300 |
commit | 91f7b690419a3600e58637aff6158ad8734bdf8b (patch) | |
tree | 558a62b4b947ce2bb94cfef2996269c52ba251e3 /src/net/eathena/protocol.h | |
parent | 017cf6a085d9fc8ff99776ecdc8e4a0e91022c87 (diff) | |
download | plus-91f7b690419a3600e58637aff6158ad8734bdf8b.tar.gz plus-91f7b690419a3600e58637aff6158ad8734bdf8b.tar.bz2 plus-91f7b690419a3600e58637aff6158ad8734bdf8b.tar.xz plus-91f7b690419a3600e58637aff6158ad8734bdf8b.zip |
eathena: add packet CMSG_MAIL_READ_MESSAGE 0x0241.
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 bba239726..e7257f4c9 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -367,6 +367,7 @@ #define CMSG_PLAYER_AUTO_REVIVE 0x0292 #define CMSG_MAIL_REFRESH_INBOX 0x023f +#define CMSG_MAIL_READ_MESSAGE 0x0241 #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |