From 8ce6947f6754c797e0557e54af42223212028bb0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 Jun 2018 01:22:05 +0300 Subject: Fix for clif_parse_RouletteInfo for new 2018 clients. --- src/map/packets_struct.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/map/packets_struct.h') diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index f1cb408ba..665ef78cc 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -1015,8 +1015,14 @@ struct packet_roulette_info_ack { struct { uint16 Row; uint16 Position; +#if PACKETVER >= 20180523 // unknown real version + uint32 ItemId; + uint16 Count; + uint16 unused; +#else uint16 ItemId; uint16 Count; +#endif } ItemInfo[42]; } __attribute__((packed)); -- cgit v1.2.3-60-g2f50