summaryrefslogtreecommitdiff
path: root/src/common/packets/packets2020_len_zero.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-03-19 06:50:39 +0300
committerAndrei Karas <akaras@inbox.ru>2020-04-02 01:34:09 +0300
commitf8c1c4a9aee7cbf7aa1c79542f65ce9d78408681 (patch)
tree7172ea6303fef34c9905d86952df561e832807bd /src/common/packets/packets2020_len_zero.h
parented5d2d7222401f17f9c8ded96ff0e86aba8e88d6 (diff)
downloadhercules-f8c1c4a9aee7cbf7aa1c79542f65ce9d78408681.tar.gz
hercules-f8c1c4a9aee7cbf7aa1c79542f65ce9d78408681.tar.bz2
hercules-f8c1c4a9aee7cbf7aa1c79542f65ce9d78408681.tar.xz
hercules-f8c1c4a9aee7cbf7aa1c79542f65ce9d78408681.zip
Update packets table
Diffstat (limited to 'src/common/packets/packets2020_len_zero.h')
-rw-r--r--src/common/packets/packets2020_len_zero.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/common/packets/packets2020_len_zero.h b/src/common/packets/packets2020_len_zero.h
index c1ffbecf6..888d7999b 100644
--- a/src/common/packets/packets2020_len_zero.h
+++ b/src/common/packets/packets2020_len_zero.h
@@ -4617,7 +4617,9 @@ packetLen(0x0b6f, 177)
#endif
// Packet: 0x0b70
-#if PACKETVER >= 20200129
+#if PACKETVER >= 20200401
+packetLen(0x0b70, -1)
+#elif PACKETVER >= 20200129
packetLen(0x0b70, 8)
#endif
@@ -4627,7 +4629,9 @@ packetLen(0x0b71, 177)
#endif
// Packet: 0x0b72
-#if PACKETVER >= 20200129
+#if PACKETVER >= 20200401
+packetLen(0x0b72, -1)
+#elif PACKETVER >= 20200129
packetLen(0x0b72, 4)
#endif
@@ -4646,5 +4650,10 @@ packetLen(0x0b74, 1026)
packetLen(0x0b75, 1026)
#endif
+// Packet: 0x0b76
+#if PACKETVER >= 20200401
+packetLen(0x0b76, 77)
+#endif
+
#endif /* COMMON_PACKETS2020_LEN_ZERO_H */