summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index bf3e006be..daf77c134 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -325,6 +325,10 @@ struct EQUIPITEM_INFO {
#if PACKETVER >= 20100629
unsigned short wItemSpriteNumber;
#endif
+#if PACKETVER >= 20150226
+ unsigned char option_count;
+ struct RndOptions option_data[5];
+#endif
#if PACKETVER >= 20120925
struct {
unsigned char IsIdentified : 1;
@@ -333,10 +337,6 @@ struct EQUIPITEM_INFO {
unsigned char SpareBits : 5;
} Flag;
#endif
-#if PACKETVER >= 20150226
- unsigned char option_count;
- struct RndOptions option_data[5];
-#endif
} __attribute__((packed));
struct packet_authok {