diff options
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index d962795ab..1b36fc8b1 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -662,6 +662,9 @@ struct packet_spawn_unit { #else int32 weapon; #endif +#if PACKETVER_RE_NUM >= 20180704 + int32 shield; +#endif int16 accessory; #if PACKETVER < 7 int16 shield; |