|
@@ -5251,7 +5251,13 @@ struct PACKET_ZC_DELETE_MEMBER_FROM_GROUP {
|
|
} __attribute__((packed));
|
|
} __attribute__((packed));
|
|
DEFINE_PACKET_HEADER(ZC_DELETE_MEMBER_FROM_GROUP, 0x0105);
|
|
DEFINE_PACKET_HEADER(ZC_DELETE_MEMBER_FROM_GROUP, 0x0105);
|
|
|
|
|
|
-#if PACKETVER_MAIN_NUM >= 20210818 || PACKETVER_RE_NUM >= 20211103 || PACKETVER_ZERO_NUM >= 20210818
|
|
|
|
|
|
+#if PACKETVER_MAIN_NUM >= 20230906
|
|
|
|
+struct PACKET_CZ_REQ_TAKEOFF_EQUIP_ALL {
|
|
|
|
+ int16 PacketType;
|
|
|
|
+ uint32 location;
|
|
|
|
+} __attribute__((packed));
|
|
|
|
+DEFINE_PACKET_HEADER(CZ_REQ_TAKEOFF_EQUIP_ALL, 0x0bf5);
|
|
|
|
+#elif PACKETVER_MAIN_NUM >= 20210818 || PACKETVER_RE_NUM >= 20211103 || PACKETVER_ZERO_NUM >= 20210818
|
|
struct PACKET_CZ_REQ_TAKEOFF_EQUIP_ALL {
|
|
struct PACKET_CZ_REQ_TAKEOFF_EQUIP_ALL {
|
|
int16 PacketType;
|
|
int16 PacketType;
|
|
} __attribute__((packed));
|
|
} __attribute__((packed));
|