diff options
author | Haru <haru@dotalux.com> | 2020-01-12 16:16:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 16:16:02 +0100 |
commit | d88ba2f882c92753a9093432daa55f06db8dec93 (patch) | |
tree | 0fe3cc037e846f9db765f271ec082d54b7cba11d /src/common/packets/packets2019_len_re.h | |
parent | bf99547843038bc15dc1948748d969950e866465 (diff) | |
parent | ad7a25af13277c280fb4a7cbf134fe5d01de186d (diff) | |
download | hercules-d88ba2f882c92753a9093432daa55f06db8dec93.tar.gz hercules-d88ba2f882c92753a9093432daa55f06db8dec93.tar.bz2 hercules-d88ba2f882c92753a9093432daa55f06db8dec93.tar.xz hercules-d88ba2f882c92753a9093432daa55f06db8dec93.zip |
Merge pull request #2599 from 4144/updatepackets
Update packets up to 2020-01-08
Diffstat (limited to 'src/common/packets/packets2019_len_re.h')
-rw-r--r-- | src/common/packets/packets2019_len_re.h | 56 |
1 files changed, 46 insertions, 10 deletions
diff --git a/src/common/packets/packets2019_len_re.h b/src/common/packets/packets2019_len_re.h index 0f487af37..713f15a61 100644 --- a/src/common/packets/packets2019_len_re.h +++ b/src/common/packets/packets2019_len_re.h @@ -2,8 +2,8 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2018-2019 Hercules Dev Team - * Copyright (C) 2018-2019 Andrei Karas (4144) + * Copyright (C) 2018-2020 Hercules Dev Team + * Copyright (C) 2018-2020 Andrei Karas (4144) * * Hercules is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -4628,7 +4628,9 @@ packetLen(0x0b3e, -1) #endif // Packet: 0x0b3f -#if PACKETVER >= 20191016 +#if PACKETVER >= 20191224 +packetLen(0x0b3f, 64) +#elif PACKETVER >= 20191016 packetLen(0x0b3f, 63) #elif PACKETVER >= 20190724 packetLen(0x0b3f, 64) @@ -4640,33 +4642,43 @@ packetLen(0x0b40, -1) #endif // Packet: 0x0b41 -#if PACKETVER >= 20191016 +#if PACKETVER >= 20191224 +packetLen(0x0b41, 70) +#elif PACKETVER >= 20191016 packetLen(0x0b41, 69) #elif PACKETVER >= 20190724 packetLen(0x0b41, 41) #endif // Packet: 0x0b42 -#if PACKETVER >= 20191016 +#if PACKETVER >= 20191224 +packetLen(0x0b42, 62) +#elif PACKETVER >= 20191016 packetLen(0x0b42, 61) #elif PACKETVER >= 20190724 packetLen(0x0b42, 30) #endif // Packet: 0x0b43 -#if PACKETVER >= 20190724 +#if PACKETVER >= 20191224 +packetLen(0x0b43, 48) +#elif PACKETVER >= 20190724 packetLen(0x0b43, 47) #endif // Packet: 0x0b44 -#if PACKETVER >= 20191016 +#if PACKETVER >= 20191224 +packetLen(0x0b44, 58) +#elif PACKETVER >= 20191016 packetLen(0x0b44, 57) #elif PACKETVER >= 20190724 packetLen(0x0b44, 32) #endif // Packet: 0x0b45 -#if PACKETVER >= 20191016 +#if PACKETVER >= 20191224 +packetLen(0x0b45, 58) +#elif PACKETVER >= 20191016 packetLen(0x0b45, 57) #elif PACKETVER >= 20190724 packetLen(0x0b45, 32) @@ -4853,12 +4865,16 @@ packetLen(0x0b65, -1) #endif // Packet: 0x0b66 -#if PACKETVER >= 20191106 +#if PACKETVER >= 20191224 +packetLen(0x0b66, 26) +#elif PACKETVER >= 20191106 packetLen(0x0b66, 25) #endif // Packet: 0x0b67 -#if PACKETVER >= 20191106 +#if PACKETVER >= 20191224 +packetLen(0x0b67, 33) +#elif PACKETVER >= 20191106 packetLen(0x0b67, 32) #endif @@ -4877,5 +4893,25 @@ packetLen(0x0b69, 18) packetLen(0x0b6a, -1) #endif +// Packet: 0x0b6b +#if PACKETVER >= 20191218 +packetLen(0x0b6b, 14) +#endif + +// Packet: 0x0b6c +#if PACKETVER >= 20191218 +packetLen(0x0b6c, 12) +#endif + +// Packet: 0x0b6d +#if PACKETVER >= 20191224 +packetLen(0x0b6d, 6) +#endif + +// Packet: 0x0b6e +#if PACKETVER >= 20191224 +packetLen(0x0b6e, 14) +#endif + #endif /* COMMON_PACKETS2019_LEN_RE_H */ |