From 4cfe79cad811756d59ee5dcf12f4382a88791c3a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 14 Oct 2014 14:38:53 +0300 Subject: eathena: add partial support for packet SMSG_PARTY_ITEM_PICKUP 0x02b8. --- src/net/eathena/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena/protocol.h') 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 */ -- cgit v1.2.3-70-g09d2