summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-11-09 07:17:32 +0300
committerAndrei Karas <akaras@inbox.ru>2019-11-14 02:11:20 +0300
commit1a64b14af7beb4cda50663c149a8d948677d913c (patch)
tree03067e3734fbc9334d5def58f983f51a1535a4ec /src/map/packets_struct.h
parent780ac037168025ec18a7c7d7db8b0815d25c8760 (diff)
downloadhercules-1a64b14af7beb4cda50663c149a8d948677d913c.tar.gz
hercules-1a64b14af7beb4cda50663c149a8d948677d913c.tar.bz2
hercules-1a64b14af7beb4cda50663c149a8d948677d913c.tar.xz
hercules-1a64b14af7beb4cda50663c149a8d948677d913c.zip
Add packet CZ_REQ_MOUNTOFF
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index c0d1054d7..428e0127c 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -3714,6 +3714,14 @@ struct PACKET_ZC_LAPINEDDUKDDAK_RESULT {
DEFINE_PACKET_HEADER(ZC_LAPINEDDUKDDAK_RESULT, 0x0a50);
#endif // PACKETVER_MAIN_NUM >= 20160601 || PACKETVER_RE_NUM >= 20160525 || defined(PACKETVER_ZERO)
+#if PACKETVER_MAIN_NUM >= 20190703 || PACKETVER_RE_NUM >= 20190703 || PACKETVER_ZERO_NUM >= 20190709
+struct PACKET_CZ_REQ_MOUNTOFF {
+ int16 packetType;
+ uint8 action;
+} __attribute__((packed));
+DEFINE_PACKET_HEADER(CZ_REQ_MOUNTOFF, 0x0b35);
+#endif
+
#if !defined(sun) && (!defined(__NETBSD__) || __NetBSD_Version__ >= 600000000) // NetBSD 5 and Solaris don't like pragma pack but accept the packed attribute
#pragma pack(pop)
#endif // not NetBSD < 6 / Solaris