diff options
author | Haru <haru@dotalux.com> | 2019-11-17 15:04:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-17 15:04:40 +0100 |
commit | bfd2875be53dc620b47cc7c6f59e231175020d14 (patch) | |
tree | c4f5482fd5198e5645e15691348b51a6bf461618 /src/common/packets/packets2019_len_zero.h | |
parent | b5c3c3f6058944fa6c31299d39f0602e7a016afc (diff) | |
parent | 3a36b74d042f5dcbc2314ae215f5e62ff5b0d53f (diff) | |
download | hercules-bfd2875be53dc620b47cc7c6f59e231175020d14.tar.gz hercules-bfd2875be53dc620b47cc7c6f59e231175020d14.tar.bz2 hercules-bfd2875be53dc620b47cc7c6f59e231175020d14.tar.xz hercules-bfd2875be53dc620b47cc7c6f59e231175020d14.zip |
Merge pull request #2568 from 4144/updatepackets
Update packets up to 2019-11-07
Diffstat (limited to 'src/common/packets/packets2019_len_zero.h')
-rw-r--r-- | src/common/packets/packets2019_len_zero.h | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/common/packets/packets2019_len_zero.h b/src/common/packets/packets2019_len_zero.h index ba73aac45..ab3403eb6 100644 --- a/src/common/packets/packets2019_len_zero.h +++ b/src/common/packets/packets2019_len_zero.h @@ -4785,5 +4785,50 @@ packetLen(0x0b5d, 2) packetLen(0x0b5e, 33) #endif +// Packet: 0x0b5f +#if PACKETVER >= 20191023 +packetLen(0x0b5f, -1) +#endif + +// Packet: 0x0b60 +#if PACKETVER >= 20191023 +packetLen(0x0b60, -1) +#endif + +// Packet: 0x0b61 +#if PACKETVER >= 20191023 +packetLen(0x0b61, -1) +#endif + +// Packet: 0x0b62 +#if PACKETVER >= 20191106 +packetLen(0x0b62, -1) +#endif + +// Packet: 0x0b63 +#if PACKETVER >= 20191106 +packetLen(0x0b63, -1) +#endif + +// Packet: 0x0b64 +#if PACKETVER >= 20191106 +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 + #endif /* COMMON_PACKETS2019_LEN_ZERO_H */ |