Skip to content
Merged
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ matrix:
- compiler: false
include:
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug CC=gcc-6 --disable-manager --enable-Werror --enable-packetver=20190619 --enable-packetver-re --enable-buildbot" HPM="1"
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug CC=gcc-6 --disable-manager --enable-Werror --enable-packetver=20190724 --enable-packetver-re --enable-buildbot" HPM="1"
addons:
apt:
sources:
Expand All @@ -52,7 +52,7 @@ matrix:
- libxml-sax-perl
- libxml-parser-perl
- compiler: clang
env: CONFIGURE_FLAGS="--enable-debug CC=clang-5.0 --enable-Werror --enable-packetver=20190619 --enable-packetver-re --enable-buildbot"
env: CONFIGURE_FLAGS="--enable-debug CC=clang-5.0 --enable-Werror --enable-packetver=20190724 --enable-packetver-re --enable-buildbot"
addons:
apt:
sources:
Expand All @@ -72,7 +72,7 @@ matrix:
- gdb
- clang-5.0
- compiler: clang
env: CONFIGURE_FLAGS="--enable-debug CC=clang-4.0 --enable-Werror --enable-packetver=20190619 --enable-packetver-re --enable-buildbot"
env: CONFIGURE_FLAGS="--enable-debug CC=clang-4.0 --enable-Werror --enable-packetver=20190724 --enable-packetver-re --enable-buildbot"
addons:
apt:
sources:
Expand Down Expand Up @@ -106,11 +106,11 @@ matrix:
- compiler: clang
env: CONFIGURE_FLAGS="--enable-debug --disable-renewal --enable-Werror --enable-buildbot"
- compiler: gcc
env: CONFIGURE_FLAGS="--enable-debug --enable-Werror --enable-packetver=20190619 --enable-packetver-re --enable-buildbot"
env: CONFIGURE_FLAGS="--enable-debug --enable-Werror --enable-packetver=20190724 --enable-packetver-re --enable-buildbot"
- compiler: gcc
env: CONFIGURE_FLAGS="--enable-debug --disable-renewal --enable-Werror --enable-buildbot"
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-5 --disable-manager --enable-Werror --enable-packetver=20190619 --enable-packetver-re --enable-buildbot"
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-5 --disable-manager --enable-Werror --enable-packetver=20190724 --enable-packetver-re --enable-buildbot"
addons:
apt:
sources:
Expand All @@ -128,7 +128,7 @@ matrix:
- gdb
- gcc-5
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-6 --disable-manager --enable-Werror --enable-packetver=20190619 --enable-packetver-re --enable-buildbot"
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-6 --disable-manager --enable-Werror --enable-packetver=20190724 --enable-packetver-re --enable-buildbot"
addons:
apt:
sources:
Expand All @@ -146,7 +146,7 @@ matrix:
- gdb
- gcc-6
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug CC=gcc-7 --disable-manager --enable-Werror --enable-packetver=20190619 --enable-packetver-re --enable-buildbot"
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug CC=gcc-7 --disable-manager --enable-Werror --enable-packetver=20190724 --enable-packetver-re --enable-buildbot"
addons:
apt:
sources:
Expand All @@ -164,7 +164,7 @@ matrix:
- gdb
- gcc-7
- compiler: gcc
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-8 --disable-manager --enable-Werror --enable-packetver=20190619 --enable-packetver-re --enable-buildbot"
env: LDFLAGS="-fuse-ld=gold" CONFIGURE_FLAGS="--enable-debug --enable-sanitize=full CC=gcc-8 --disable-manager --enable-Werror --enable-packetver=20190724 --enable-packetver-re --enable-buildbot"
addons:
apt:
sources:
Expand Down
1 change: 1 addition & 0 deletions src/common/HPMDataCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
{ "PACKET_ZC_ACK_LEAVE_GUILD1", sizeof(struct PACKET_ZC_ACK_LEAVE_GUILD1), SERVER_TYPE_MAP },
{ "PACKET_ZC_ACK_LEAVE_GUILD2", sizeof(struct PACKET_ZC_ACK_LEAVE_GUILD2), SERVER_TYPE_MAP },
{ "PACKET_ZC_ACK_OPEN_WRITE_MAIL", sizeof(struct PACKET_ZC_ACK_OPEN_WRITE_MAIL), SERVER_TYPE_MAP },
{ "PACKET_ZC_ACK_RANKING_sub", sizeof(struct PACKET_ZC_ACK_RANKING_sub), SERVER_TYPE_MAP },
{ "PACKET_ZC_ACK_REMOVE_ITEM_MAIL", sizeof(struct PACKET_ZC_ACK_REMOVE_ITEM_MAIL), SERVER_TYPE_MAP },
{ "PACKET_ZC_ACK_REQMAKINGITEM", sizeof(struct PACKET_ZC_ACK_REQMAKINGITEM), SERVER_TYPE_MAP },
{ "PACKET_ZC_ACK_REQNAME_TITLE", sizeof(struct PACKET_ZC_ACK_REQNAME_TITLE), SERVER_TYPE_MAP },
Expand Down
138 changes: 135 additions & 3 deletions src/common/packets/packets2019_len_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -3757,7 +3757,7 @@ packetLen(0x0a39, 36) // CH_MAKE_CHAR
packetLen(0x0a3a, 12)

// Packet: 0x0a3b
packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
packetLen(0x0a3b, -1) // ZC_HAT_EFFECT

// Packet: 0x0a3c
packetLen(0x0a3c, -1)
Expand Down Expand Up @@ -3901,7 +3901,7 @@ packetLen(0x0a74, 8)
packetLen(0x0a76, 80)

// Packet: 0x0a77
packetLen(0x0a77, 15)
packetLen(0x0a77, 15) // CZ_CAMERA_INFO

// Packet: 0x0a78
packetLen(0x0a78, 15)
Expand Down Expand Up @@ -4270,7 +4270,7 @@ packetLen(0x0af4, 11) // CZ_USE_SKILL_TOGROUND
packetLen(0x0af5, 3)

// Packet: 0x0af6
packetLen(0x0af6, 88)
packetLen(0x0af6, 88) // ZC_ACK_RANKING

// Packet: 0x0af7
packetLen(0x0af7, 32) // ZC_ACK_REQNAME_BYGID
Expand Down Expand Up @@ -4534,5 +4534,137 @@ packetLen(0x0b32, -1)
packetLen(0x0b33, 17)
#endif

// Packet: 0x0b34
#if PACKETVER >= 20190724
packetLen(0x0b34, 50)
#elif PACKETVER >= 20190703
packetLen(0x0b34, 26)
#endif

// Packet: 0x0b35
#if PACKETVER >= 20190703
packetLen(0x0b35, 3)
#endif

// Packet: 0x0b36
#if PACKETVER >= 20190717
packetLen(0x0b36, -1)
#endif

// Packet: 0x0b37
#if PACKETVER >= 20190724
packetLen(0x0b37, -1)
#endif

// Packet: 0x0b38
#if PACKETVER >= 20190724
packetLen(0x0b38, -1)
#endif

// Packet: 0x0b39
#if PACKETVER >= 20190724
packetLen(0x0b39, -1)
#endif

// Packet: 0x0b3a
#if PACKETVER >= 20190724
packetLen(0x0b3a, 4)
#endif

// Packet: 0x0b3b
#if PACKETVER >= 20190724
packetLen(0x0b3b, 4)
#endif

// Packet: 0x0b3c
#if PACKETVER >= 20190724
packetLen(0x0b3c, 4)
#endif

// Packet: 0x0b3d
#if PACKETVER >= 20190724
packetLen(0x0b3d, -1)
#endif

// Packet: 0x0b3e
#if PACKETVER >= 20190724
packetLen(0x0b3e, -1)
#endif

// Packet: 0x0b3f
#if PACKETVER >= 20190724
packetLen(0x0b3f, 64)
#endif

// Packet: 0x0b40
#if PACKETVER >= 20190724
packetLen(0x0b40, -1)
#endif

// Packet: 0x0b41
#if PACKETVER >= 20190724
packetLen(0x0b41, 41)
#endif

// Packet: 0x0b42
#if PACKETVER >= 20190724
packetLen(0x0b42, 30)
#endif

// Packet: 0x0b43
#if PACKETVER >= 20190724
packetLen(0x0b43, 47)
#endif

// Packet: 0x0b44
#if PACKETVER >= 20190724
packetLen(0x0b44, 32)
#endif

// Packet: 0x0b45
#if PACKETVER >= 20190724
packetLen(0x0b45, 32)
#endif

// Packet: 0x0b46
#if PACKETVER >= 20190724
packetLen(0x0b46, 10)
#endif

// Packet: 0x0b47
#if PACKETVER >= 20190724
packetLen(0x0b47, 14)
#endif

// Packet: 0x0b48
#if PACKETVER >= 20190724
packetLen(0x0b48, 18)
#endif

// Packet: 0x0b49
#if PACKETVER >= 20190724
packetLen(0x0b49, 4)
#endif

// Packet: 0x0b4a
#if PACKETVER >= 20190724
packetLen(0x0b4a, 6)
#endif

// Packet: 0x0b4b
#if PACKETVER >= 20190724
packetLen(0x0b4b, 4)
#endif

// Packet: 0x0b4c
#if PACKETVER >= 20190724
packetLen(0x0b4c, 2)
#endif

// Packet: 0x0b4d
#if PACKETVER >= 20190724
packetLen(0x0b4d, 6)
#endif


#endif /* COMMON_PACKETS2019_LEN_MAIN_H */
Loading