From 8b6b2eb2c762af0c965538ff077e70d0a4953d66 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 6 Jul 2018 20:44:03 +0300 Subject: Update packet ZC_ADD_EXCHANGE_ITEM. --- src/map/packets_struct.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/map/packets_struct.h') diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 573215530..e0010e530 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -1988,6 +1988,29 @@ struct PACKET_ZC_SPRITE_CHANGE { #endif } __attribute__((packed)); +struct PACKET_ZC_ADD_EXCHANGE_ITEM { + int16 packetType; +#if PACKETVER_RE_NUM >= 20180704 + uint32 itemId; + uint8 itemType; + int32 amount; +#elif PACKETVER >= 20100223 + uint16 itemId; + uint8 itemType; + int32 amount; +#else + int32 amount; + uint16 itemId; +#endif + uint8 identified; + uint8 damaged; + uint8 refine; + struct EQUIPSLOTINFO slot; +#if PACKETVER >= 20150226 + struct ItemOptions option_data[MAX_ITEM_OPTIONS]; +#endif +} __attribute__((packed)); + #if !defined(sun) && (!defined(__NETBSD__) || __NetBSD_Version__ >= 600000000) // NetBSD 5 and Solaris don't like pragma pack but accept the packed attribute #pragma pack(pop) #endif // not NetBSD < 6 / Solaris -- cgit v1.2.3-70-g09d2