diff options
Diffstat (limited to 'src/common/packets/packets2019_len_re.h')
-rw-r--r-- | src/common/packets/packets2019_len_re.h | 63 |
1 files changed, 62 insertions, 1 deletions
diff --git a/src/common/packets/packets2019_len_re.h b/src/common/packets/packets2019_len_re.h index 245b7eb1d..0f487af37 100644 --- a/src/common/packets/packets2019_len_re.h +++ b/src/common/packets/packets2019_len_re.h @@ -4300,7 +4300,11 @@ packetLen(0x0af8, 11) packetLen(0x0af9, 6) // Packet: 0x0afa +#if PACKETVER >= 20191204 +packetLen(0x0afa, 58) +#elif PACKETVER >= 20190109 packetLen(0x0afa, 54) +#endif // Packet: 0x0afb packetLen(0x0afb, -1) @@ -4810,11 +4814,68 @@ packetLen(0x0b5e, 10) #endif // Packet: 0x0b5f -#if PACKETVER >= 20191016 +#if PACKETVER >= 20191030 +packetLen(0x0b5f, -1) +#elif PACKETVER >= 20191016 // removed #elif PACKETVER >= 20191002 packetLen(0x0b5f, 33) #endif +// Packet: 0x0b60 +#if PACKETVER >= 20191030 +packetLen(0x0b60, -1) +#endif + +// Packet: 0x0b61 +#if PACKETVER >= 20191030 +packetLen(0x0b61, -1) +#endif + +// Packet: 0x0b62 +#if PACKETVER >= 20191030 +packetLen(0x0b62, -1) +#endif + +// Packet: 0x0b63 +#if PACKETVER >= 20191030 +packetLen(0x0b63, -1) +#endif + +// Packet: 0x0b64 +#if PACKETVER >= 20191030 +packetLen(0x0b64, -1) +#endif + +// Packet: 0x0b65 +#if PACKETVER >= 20191106 +packetLen(0x0b65, -1) +#endif + +// Packet: 0x0b66 +#if PACKETVER >= 20191106 +packetLen(0x0b66, 25) +#endif + +// Packet: 0x0b67 +#if PACKETVER >= 20191106 +packetLen(0x0b67, 32) +#endif + +// Packet: 0x0b68 +#if PACKETVER >= 20191120 +packetLen(0x0b68, 12) +#endif + +// Packet: 0x0b69 +#if PACKETVER >= 20191127 +packetLen(0x0b69, 18) +#endif + +// Packet: 0x0b6a +#if PACKETVER >= 20191204 +packetLen(0x0b6a, -1) +#endif + #endif /* COMMON_PACKETS2019_LEN_RE_H */ |