diff options
author | Haru <haru@dotalux.com> | 2019-06-30 20:09:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-30 20:09:57 +0200 |
commit | 1bda26086c0fea3d439468559f1c6b3f0acce0dc (patch) | |
tree | ae37522445e1aa573fa5e310fd1f45943256b77f /src/common/packets/packets2019_len_main.h | |
parent | abc127d7a82891e9d079847a4c01f5e7c429eee2 (diff) | |
parent | 72ee8cf7e1ea6a55639127d31aa4467dcb144eeb (diff) | |
download | hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.tar.gz hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.tar.bz2 hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.tar.xz hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.zip |
Merge pull request #2491 from 4144/updatepackets
Update packets up to 2019-06-05
Diffstat (limited to 'src/common/packets/packets2019_len_main.h')
-rw-r--r-- | src/common/packets/packets2019_len_main.h | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/src/common/packets/packets2019_len_main.h b/src/common/packets/packets2019_len_main.h index 0382a72d3..3ec006750 100644 --- a/src/common/packets/packets2019_len_main.h +++ b/src/common/packets/packets2019_len_main.h @@ -4312,7 +4312,11 @@ packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4 packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7 // Packet: 0x0b04 +#if PACKETVER >= 20190605 +packetLen(0x0b04, 72) +#elif PACKETVER >= 20190109 packetLen(0x0b04, 80) +#endif // Packet: 0x0b05 packetLen(0x0b05, 63) // ZC_OFFLINE_STORE_VISIBLE @@ -4393,12 +4397,16 @@ packetLen(0x0b1d, 2) // ZC_PING #endif // Packet: 0x0b1e -#if PACKETVER >= 20190227 +#if PACKETVER >= 20190619 +packetLen(0x0b1e, 14) +#elif PACKETVER >= 20190227 packetLen(0x0b1e, 10) #endif // Packet: 0x0b1f -#if PACKETVER >= 20190306 +#if PACKETVER >= 20190619 +packetLen(0x0b1f, 14) +#elif PACKETVER >= 20190306 packetLen(0x0b1f, 10) #endif @@ -4466,12 +4474,16 @@ packetLen(0x0b28, 22) #endif // Packet: 0x0b29 -#if PACKETVER >= 20190508 +#if PACKETVER >= 20190605 +// removed +#elif PACKETVER >= 20190508 packetLen(0x0b29, 6) #endif // Packet: 0x0b2a -#if PACKETVER >= 20190522 +#if PACKETVER >= 20190605 +// removed +#elif PACKETVER >= 20190522 packetLen(0x0b2a, 40) #elif PACKETVER >= 20190508 packetLen(0x0b2a, 6) @@ -4499,7 +4511,7 @@ packetLen(0x0b2e, 4) // Packet: 0x0b2f #if PACKETVER >= 20190529 -packetLen(0x0b2f, 73) +packetLen(0x0b2f, 73) // ZC_PROPERTY_HOMUN_3 #endif // Packet: 0x0b30 @@ -4507,5 +4519,20 @@ packetLen(0x0b2f, 73) packetLen(0x0b30, -1) #endif +// Packet: 0x0b31 +#if PACKETVER >= 20190619 +packetLen(0x0b31, 17) +#endif + +// Packet: 0x0b32 +#if PACKETVER >= 20190619 +packetLen(0x0b32, -1) +#endif + +// Packet: 0x0b33 +#if PACKETVER >= 20190619 +packetLen(0x0b33, 17) +#endif + #endif /* COMMON_PACKETS2019_LEN_MAIN_H */ |