From 5bc2addaf71e514285de98ab31779cf37e6ba276 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 8 Jul 2018 02:29:31 +0300 Subject: Update struct NORMALITEM_INFO with new item size. --- 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 0f88bd1a4..103072059 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -420,7 +420,11 @@ struct EQUIPSLOTINFO { struct NORMALITEM_INFO { int16 index; +#if PACKETVER_RE_NUM >= 20180704 + uint32 ITID; +#else uint16 ITID; +#endif uint8 type; #if PACKETVER < 20120925 uint8 IsIdentified; -- cgit v1.2.3-70-g09d2