summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-06 07:25:44 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-15 20:36:19 +0300
commitc519bdf342478ed539445fca6c909d7f35c7ec83 (patch)
treecc0f6a815b1ce146120edd04f60faab488d783fd /src/map/packets_struct.h
parent62e26cfe0e2e710bc469036ffb9c2b8bb0e3d225 (diff)
downloadhercules-c519bdf342478ed539445fca6c909d7f35c7ec83.tar.gz
hercules-c519bdf342478ed539445fca6c909d7f35c7ec83.tar.bz2
hercules-c519bdf342478ed539445fca6c909d7f35c7ec83.tar.xz
hercules-c519bdf342478ed539445fca6c909d7f35c7ec83.zip
Update packet spawn_unit.
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 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;