diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-06 08:08:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-15 20:36:19 +0300 |
commit | 33637291b910b99b1c753a0b0ae4ccefc792a8a9 (patch) | |
tree | 6c9c0162369f1814b9105e85ac4e600efde453ac /src/map/packets_struct.h | |
parent | c519bdf342478ed539445fca6c909d7f35c7ec83 (diff) | |
download | hercules-33637291b910b99b1c753a0b0ae4ccefc792a8a9.tar.gz hercules-33637291b910b99b1c753a0b0ae4ccefc792a8a9.tar.bz2 hercules-33637291b910b99b1c753a0b0ae4ccefc792a8a9.tar.xz hercules-33637291b910b99b1c753a0b0ae4ccefc792a8a9.zip |
Update packet packet_unit_walking.
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 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 |