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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index 1b36fc8b1..573215530 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -735,6 +735,9 @@ struct packet_unit_walking {
#else
int32 weapon;
#endif
+#if PACKETVER_RE_NUM >= 20180704
+ int32 shield;
+#endif
int16 accessory;
uint32 moveStartTime;
#if PACKETVER < 7