summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/packets_struct.h4
1 files changed, 4 insertions, 0 deletions
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