summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-07 20:01:33 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-15 20:36:22 +0300
commiteee04309da8d3ac35a752e119cf59fdd35b679da (patch)
tree8cb6e61c325e1a808ef44b7358ec55c500d5db14 /src/map/packets_struct.h
parent166fdc7e589ab25256d8d5cb1d9bbdeb51e6fc10 (diff)
downloadhercules-eee04309da8d3ac35a752e119cf59fdd35b679da.tar.gz
hercules-eee04309da8d3ac35a752e119cf59fdd35b679da.tar.bz2
hercules-eee04309da8d3ac35a752e119cf59fdd35b679da.tar.xz
hercules-eee04309da8d3ac35a752e119cf59fdd35b679da.zip
Update packet PACKET_CZ_PRIVATE_AIRSHIP_REQUEST.
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index d6b23e5cf..f9b5a913f 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -1811,7 +1811,11 @@ struct PACKET_ZC_UI_ACTION {
struct PACKET_CZ_PRIVATE_AIRSHIP_REQUEST {
int16 PacketType;
char mapName[MAP_NAME_LENGTH_EXT];
+#if PACKETVER_RE_NUM >= 20180704
+ uint32 ItemID;
+#else
uint16 ItemID;
+#endif
} __attribute__((packed));
struct PACKET_ZC_PRIVATE_AIRSHIP_RESPONSE {