diff options
author | Haru <haru@dotalux.com> | 2019-03-11 03:41:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 03:41:21 +0100 |
commit | c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08 (patch) | |
tree | 3ab47f1a5d9c91a3b5b3386b005e025e5cd089cf /src/common/packets/packets2019_len_zero.h | |
parent | 7dcd2f45f09513686421aacd90184aca9bcf5854 (diff) | |
parent | 6fcce0935b9bca66c76481ac525443599c394b6a (diff) | |
download | hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.tar.gz hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.tar.bz2 hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.tar.xz hercules-c2bf96805ea5fdbd8d88bb1ddaf9f0e47a24fd08.zip |
Merge pull request #2377 from 4144/updatepackets
Update packets up to 2019-03-06
Diffstat (limited to 'src/common/packets/packets2019_len_zero.h')
-rw-r--r-- | src/common/packets/packets2019_len_zero.h | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/common/packets/packets2019_len_zero.h b/src/common/packets/packets2019_len_zero.h index 08e83f59f..8ddbdcc18 100644 --- a/src/common/packets/packets2019_len_zero.h +++ b/src/common/packets/packets2019_len_zero.h @@ -4168,7 +4168,7 @@ packetLen(0x0acf, 68) // CA_LOGIN_OTP packetLen(0x0ad0, 11) // CA_OTP_CODE // Packet: 0x0ad1 -packetLen(0x0ad1, -1) +packetLen(0x0ad1, -1) // AC_LOGIN_OTP // Packet: 0x0ad2 packetLen(0x0ad2, 30) @@ -4375,12 +4375,22 @@ packetLen(0x0b18, 4) // ZC_INVENTORY_EXPANSION_INFO packetLen(0x0b19, 2) // CZ_INVENTORY_EXPAND_REJECTED // Packet: 0x0b1a -packetLen(0x0b1a, 29) +packetLen(0x0b1a, 29) // ZC_USESKILL_ACK3 // Packet: 0x0b1b #if PACKETVER >= 20190130 packetLen(0x0b1b, 2) #endif +// Packet: 0x0b1c +#if PACKETVER >= 20190220 +packetLen(0x0b1c, 2) +#endif + +// Packet: 0x0b1d +#if PACKETVER >= 20190220 +packetLen(0x0b1d, 2) +#endif + #endif /* COMMON_PACKETS2019_LEN_ZERO_H */ |