From efd93a0d67a1dc90c68aa7185c2cdea7f55aa66b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Apr 2019 01:29:34 +0300 Subject: Add packet ZC_LOAD_CONFIRM --- src/map/packets_struct.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/map/packets_struct.h') diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 96337d32b..07cc46770 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -3188,6 +3188,13 @@ struct PACKET_CZ_STYLE_CLOSE { DEFINE_PACKET_HEADER(CZ_STYLE_CLOSE, 0x0a48); #endif +#if PACKETVER_MAIN_NUM >= 20190403 || PACKETVER_RE_NUM >= 20190320 || PACKETVER_ZERO_NUM >= 20190410 +struct PACKET_ZC_LOAD_CONFIRM { + int16 packetType; +} __attribute__((packed)); +DEFINE_PACKET_HEADER(ZC_LOAD_CONFIRM, 0x0b1b); +#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 -- cgit v1.2.3-60-g2f50