diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-11-21 18:05:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-12-12 21:18:05 +0300 |
commit | c301b642c84d2a330c96817c70fd107804d992ba (patch) | |
tree | b832325b6e05a7774805b174d0de58cd5d5dc58b /src/common/packets/packets2018_len_re.h | |
parent | 7c87e5cb23eb568216b2da788b32aee20f8dd018 (diff) | |
download | hercules-c301b642c84d2a330c96817c70fd107804d992ba.tar.gz hercules-c301b642c84d2a330c96817c70fd107804d992ba.tar.bz2 hercules-c301b642c84d2a330c96817c70fd107804d992ba.tar.xz hercules-c301b642c84d2a330c96817c70fd107804d992ba.zip |
Update packet len table up to 2018-12-12
Diffstat (limited to 'src/common/packets/packets2018_len_re.h')
-rw-r--r-- | src/common/packets/packets2018_len_re.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/common/packets/packets2018_len_re.h b/src/common/packets/packets2018_len_re.h index d0db982ae..816dee241 100644 --- a/src/common/packets/packets2018_len_re.h +++ b/src/common/packets/packets2018_len_re.h @@ -5319,7 +5319,7 @@ packetLen(0x0ace, 4) packetLen(0x0acf, 68) // CA_LOGIN_OTP // Packet: 0x0ad0 -packetLen(0x0ad0, 11) +packetLen(0x0ad0, 11) // CA_OTP_CODE // Packet: 0x0ad1 packetLen(0x0ad1, -1) @@ -5613,12 +5613,12 @@ packetLen(0x0b0f, -1) // Packet: 0x0b10 #if PACKETVER >= 20181002 -packetLen(0x0b10, 10) +packetLen(0x0b10, 10) // CZ_START_USE_SKILL #endif // Packet: 0x0b11 #if PACKETVER >= 20181002 -packetLen(0x0b11, 4) +packetLen(0x0b11, 4) // CZ_STOP_USE_SKILL #endif // Packet: 0x0b12 @@ -5661,5 +5661,10 @@ packetLen(0x0b18, 4) packetLen(0x0b19, 2) #endif +// Packet: 0x0b1a +#if PACKETVER >= 20181212 +packetLen(0x0b1a, 29) +#endif + #endif /* COMMON_PACKETS2018_LEN_RE_H */ |