From c68a644ad0be9651a1a49d1ef11d2d468bdeadc8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 4 Jul 2018 07:54:37 +0300 Subject: Update packet packet_dropflooritem. --- src/map/packets_struct.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index eb3f11475..c23a5066a 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -532,7 +532,11 @@ struct packet_additem { struct packet_dropflooritem { int16 PacketType; uint32 ITAID; +#if PACKETVER_RE_NUM >= 20180704 + uint32 ITID; +#else uint16 ITID; +#endif #if PACKETVER >= 20130000 /* not sure date */ uint16 type; #endif -- cgit v1.2.3-70-g09d2