summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorJan-Fabian Humann <malastare@gmx.net>2005-05-21 13:19:01 +0000
committerJan-Fabian Humann <malastare@gmx.net>2005-05-21 13:19:01 +0000
commitcdc6aee6bf07b4db98b63e26df9a3bd0ce312e6a (patch)
treec5799eb0c48da9b70fbd81a6c04dcd13acd4ab32 /src/net
parentb89398608993f2e50b7c7edd8aabe7cb1c1c216b (diff)
downloadmana-client-cdc6aee6bf07b4db98b63e26df9a3bd0ce312e6a.tar.gz
mana-client-cdc6aee6bf07b4db98b63e26df9a3bd0ce312e6a.tar.bz2
mana-client-cdc6aee6bf07b4db98b63e26df9a3bd0ce312e6a.tar.xz
mana-client-cdc6aee6bf07b4db98b63e26df9a3bd0ce312e6a.zip
first part of trade fix, second part will be serverside
Diffstat (limited to 'src/net')
-rw-r--r--src/net/protocol.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/protocol.cpp b/src/net/protocol.cpp
index 92d1fae5..a11dad82 100644
--- a/src/net/protocol.cpp
+++ b/src/net/protocol.cpp
@@ -75,7 +75,8 @@ short packet_lengths[] = {
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,
// #0x200
- 26, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 19,
+ 26, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
};
short get_length(short id) {