diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-05 02:25:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-12 02:29:12 +0300 |
commit | 905c220036c36b3feaea9cafa4eac17d777ebea9 (patch) | |
tree | da9835a7306fc87a3421eec122411df1ebc26828 /src/map/packets_struct.h | |
parent | 6c95923c54dd2899747c06ec0d1ac1e9295b9fab (diff) | |
download | hercules-905c220036c36b3feaea9cafa4eac17d777ebea9.tar.gz hercules-905c220036c36b3feaea9cafa4eac17d777ebea9.tar.bz2 hercules-905c220036c36b3feaea9cafa4eac17d777ebea9.tar.xz hercules-905c220036c36b3feaea9cafa4eac17d777ebea9.zip |
Fix packet struct packet_idle_unit.
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 aa16017a3..c6ce76c3b 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -787,6 +787,9 @@ struct packet_idle_unit { #else int32 weapon; #endif +#if PACKETVER_RE_NUM >= 20180704 + int32 shield; +#endif int16 accessory; #if PACKETVER < 7 int16 shield; |