summaryrefslogtreecommitdiff
path: root/net/packet.py
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-04-16 13:22:15 -0400
committergumi <git@gumi.ca>2019-04-16 14:36:27 -0400
commit17c2142543cca6a6849388542e81cbf38d7e5cfd (patch)
tree72dfe76591101fb6f080d9c74013f56faee9edb8 /net/packet.py
parentf2bca12e7d132000032dc9592993216a212e6981 (diff)
downloadmanamarket-17c2142543cca6a6849388542e81cbf38d7e5cfd.tar.gz
manamarket-17c2142543cca6a6849388542e81cbf38d7e5cfd.tar.bz2
manamarket-17c2142543cca6a6849388542e81cbf38d7e5cfd.tar.xz
manamarket-17c2142543cca6a6849388542e81cbf38d7e5cfd.zip
add missing packets
Diffstat (limited to 'net/packet.py')
-rw-r--r--net/packet.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/packet.py b/net/packet.py
index ef48094..232cd52 100644
--- a/net/packet.py
+++ b/net/packet.py
@@ -11,7 +11,7 @@ packet_lengths = [
#0x0040
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 50, 3, -1, 55, 17, 3, 37, 46, -1, 23, -1, 3,108, 3, 2,
+ 0, 50, 3, -1, 55, 17, 3, 37, 46, -1, 23, -1, 3,108, 3, 2,
3, 28, 19, 11, 3, -1, 9, 5, 54, 53, 58, 60, 41, 2, 6, 6,
#0x0080
7, 3, 2, 2, 2, 5, 16, 12, 10, 7, 29, 23, -1, -1, -1, 0,
@@ -42,10 +42,12 @@ packet_lengths = [
2, 14, 10, -1, 22, 22, 4, 2, 13, 97, 0, 9, 9, 29, 6, 28,
8, 14, 10, 35, 6, 8, 4, 11, 54, 53, 60, 2, -1, 47, 33, 6,
30, 8, 34, 14, 2, 6, 26, 2, 28, 81, 6, 10, 26, 2, -1, -1,
- -1, -1, 20, 10, 32, 9, 34, 14, 2, 6, 48, 56, -1, 4, 5, 10,
-#0x2000
- 26, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 19, 10, 0, 0, 0,
- 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
+ -1, -1, 20, 10, 32, 9, 34, 14, 2, 6, 48, 56, -1, 4, 5, 4,
+#0x0200
+ 26, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 19, 10, 0, 0, 0,
+ 0, 0, 16, 0, 8, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, -1, 10, -1, -1, -1, 0, 0, 0, 0, 0, 0,
+ -1, 34, 10, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
]
class PacketOut: