diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 14:38:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 14:38:53 +0300 |
commit | 4cfe79cad811756d59ee5dcf12f4382a88791c3a (patch) | |
tree | c493d41c6a445012fd9f19860174ca76156fe913 /src/net/eathena/protocol.h | |
parent | d5a549b6af3579d247bfb7d4ca22c31ca0f3dc38 (diff) | |
download | plus-4cfe79cad811756d59ee5dcf12f4382a88791c3a.tar.gz plus-4cfe79cad811756d59ee5dcf12f4382a88791c3a.tar.bz2 plus-4cfe79cad811756d59ee5dcf12f4382a88791c3a.tar.xz plus-4cfe79cad811756d59ee5dcf12f4382a88791c3a.zip |
eathena: add partial support for packet SMSG_PARTY_ITEM_PICKUP 0x02b8.
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 f80286901..7b3da616c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -181,6 +181,7 @@ #define SMSG_PARTY_MESSAGE 0x0109 #define SMSG_PARTY_INVITATION_STATS 0x02c9 #define SMSG_PARTY_MEMBER_INFO 0x01e9 +#define SMSG_PARTY_ITEM_PICKUP 0x02b8 #define SMSG_PLAYER_STORAGE_ITEMS 0x0995 /**< Item list for storage */ #define SMSG_PLAYER_STORAGE_EQUIP 0x0996 /**< Equipment list for storage */ |