diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-10 16:33:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-10 16:33:47 +0300 |
commit | d8e145940a4499b4218346f6bb7c50dfd44f54c0 (patch) | |
tree | fbe5c25af7ccd8a1b29d43952d0d0a89e7e3531b /src/net/eathena/protocol.h | |
parent | 24e4e3c241f39c088bd6f9eb471a2c0285c4eebf (diff) | |
download | plus-d8e145940a4499b4218346f6bb7c50dfd44f54c0.tar.gz plus-d8e145940a4499b4218346f6bb7c50dfd44f54c0.tar.bz2 plus-d8e145940a4499b4218346f6bb7c50dfd44f54c0.tar.xz plus-d8e145940a4499b4218346f6bb7c50dfd44f54c0.zip |
eathena: add partial support for packet SMSG_MAIL_OPEN_WINDOW 0x0260.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index bb50a69cd..bd729bcc8 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -202,6 +202,8 @@ #define SMSG_MONSTER_HP 0x0977 #define SMSG_PLAYER_HP 0x080e +#define SMSG_MAIL_OPEN_WINDOW 0x0260 + /********************************** * Packets from client to server * **********************************/ |