summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 adebd87b3..8a08a7295 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -458,7 +458,11 @@ struct ItemOptions {
struct EQUIPITEM_INFO {
int16 index;
+#if PACKETVER_RE_NUM >= 20180704
+ uint32 ITID;
+#else
uint16 ITID;
+#endif
uint8 type;
#if PACKETVER < 20120925
uint8 IsIdentified;