diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-19 01:46:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-19 01:46:29 +0300 |
commit | d6b553b99c602f20dd3183a0a12861e5d25941db (patch) | |
tree | 3cd583ddba5e1ad8d1ba0b8edd98cf411f05c861 /src/net/eathena/protocol.h | |
parent | 88735abcdaf6e25a008f76c9a82730e8be9773f8 (diff) | |
download | manaplus-d6b553b99c602f20dd3183a0a12861e5d25941db.tar.gz manaplus-d6b553b99c602f20dd3183a0a12861e5d25941db.tar.bz2 manaplus-d6b553b99c602f20dd3183a0a12861e5d25941db.tar.xz manaplus-d6b553b99c602f20dd3183a0a12861e5d25941db.zip |
eathena: add partial support for packet SMSG_BEING_VIEW_EQUIPMENT 0x0997.
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 5fb5b9ba0..2cc614d3b 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -167,6 +167,7 @@ #define SMSG_BEING_ATTRS 0x0b0a #define SMSG_BEING_FONT 0x02ef #define SMSG_BEING_MILLENIUM_SHIELD 0x0440 +#define SMSG_BEING_VIEW_EQUIPMENT 0x0997 #define SMSG_IGNORE_NICK_ACK 0x00d1 #define SMSG_STARS_KILL 0x020e #define SMSG_GLADIATOR_FEEL_REQUEST 0x0253 |