diff options
author | Haru <haru@dotalux.com> | 2019-08-26 00:38:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 00:38:44 +0200 |
commit | 425f6c399653c2d9bcf156b818240fcb97a08940 (patch) | |
tree | 064a10883116bd46b83950b2bb52caef94f7e858 /src/common/packets/packets2019_len_main.h | |
parent | 0edf2360b185f0e1c68bb6ddbbbe3720af5651b3 (diff) | |
parent | 4c84426c25b489dedd86bdae1333b4c826cf074d (diff) | |
download | hercules-425f6c399653c2d9bcf156b818240fcb97a08940.tar.gz hercules-425f6c399653c2d9bcf156b818240fcb97a08940.tar.bz2 hercules-425f6c399653c2d9bcf156b818240fcb97a08940.tar.xz hercules-425f6c399653c2d9bcf156b818240fcb97a08940.zip |
Merge pull request #2517 from 4144/updatepackets
Update packets up to 2019-08-07
Diffstat (limited to 'src/common/packets/packets2019_len_main.h')
-rw-r--r-- | src/common/packets/packets2019_len_main.h | 54 |
1 files changed, 49 insertions, 5 deletions
diff --git a/src/common/packets/packets2019_len_main.h b/src/common/packets/packets2019_len_main.h index bfcb7c159..949aae804 100644 --- a/src/common/packets/packets2019_len_main.h +++ b/src/common/packets/packets2019_len_main.h @@ -4312,7 +4312,9 @@ packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4 packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7 // Packet: 0x0b04 -#if PACKETVER >= 20190605 +#if PACKETVER >= 20190807 +packetLen(0x0b04, 90) +#elif PACKETVER >= 20190605 packetLen(0x0b04, 72) #elif PACKETVER >= 20190109 packetLen(0x0b04, 80) @@ -4521,17 +4523,17 @@ packetLen(0x0b30, -1) // Packet: 0x0b31 #if PACKETVER >= 20190619 -packetLen(0x0b31, 17) +packetLen(0x0b31, 17) // ZC_ADD_SKILL #endif // Packet: 0x0b32 #if PACKETVER >= 20190619 -packetLen(0x0b32, -1) +packetLen(0x0b32, -1) // ZC_SKILLINFO_LIST #endif // Packet: 0x0b33 #if PACKETVER >= 20190619 -packetLen(0x0b33, 17) +packetLen(0x0b33, 17) // ZC_SKILLINFO_UPDATE2 #endif // Packet: 0x0b34 @@ -4662,9 +4664,51 @@ packetLen(0x0b4c, 2) #endif // Packet: 0x0b4d -#if PACKETVER >= 20190724 +#if PACKETVER >= 20190807 +packetLen(0x0b4d, -1) +#elif PACKETVER >= 20190724 packetLen(0x0b4d, 6) #endif +// Packet: 0x0b4e +#if PACKETVER >= 20190807 +packetLen(0x0b4e, -1) +#endif + +// Packet: 0x0b4f +#if PACKETVER >= 20190807 +packetLen(0x0b4f, 2) +#endif + +// Packet: 0x0b50 +#if PACKETVER >= 20190807 +packetLen(0x0b50, 2) +#endif + +// Packet: 0x0b51 +#if PACKETVER >= 20190807 +packetLen(0x0b51, 2) +#endif + +// Packet: 0x0b52 +#if PACKETVER >= 20190807 +packetLen(0x0b52, 2) +#endif + +// Packet: 0x0b53 +#if PACKETVER >= 20190821 +packetLen(0x0b53, 52) +#endif + +// Packet: 0x0b54 +#if PACKETVER >= 20190821 +packetLen(0x0b54, 8) +#endif + +// Packet: 0x0b55 +#if PACKETVER >= 20190821 +packetLen(0x0b55, -1) +#endif + #endif /* COMMON_PACKETS2019_LEN_MAIN_H */ |