diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 13:47:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 13:47:35 +0300 |
commit | f9e82c92f796efe40ebf9bf7477690784f77d3b5 (patch) | |
tree | 98b071da2a70a3db249acab01465c083abff134e /src/net/eathena/protocol.h | |
parent | e1aaae7552565cc2289312e180489459178b0e36 (diff) | |
download | plus-f9e82c92f796efe40ebf9bf7477690784f77d3b5.tar.gz plus-f9e82c92f796efe40ebf9bf7477690784f77d3b5.tar.bz2 plus-f9e82c92f796efe40ebf9bf7477690784f77d3b5.tar.xz plus-f9e82c92f796efe40ebf9bf7477690784f77d3b5.zip |
eathena: add partial support for packet SMSG_PLAYER_FAVORITE_ITEM 0x0908.
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 75f0a9ecb..cbd4585c6 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -117,6 +117,7 @@ #define SMSG_PLAYER_COOKING_LIST 0x025a #define SMSG_PLAYER_READ_BOOK 0x0294 #define SMSG_PLAYER_EQUIP_TICK_ACK 0x02d9 +#define SMSG_PLAYER_FAVORITE_ITEM 0x0908 #define SMSG_SKILL_FAILED 0x0110 #define SMSG_SKILL_DAMAGE 0x01de #define SMSG_SKILL_AUTO_CAST 0x0147 |