summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorJan-Fabian Humann <malastare@gmx.net>2005-05-21 15:28:33 +0000
committerJan-Fabian Humann <malastare@gmx.net>2005-05-21 15:28:33 +0000
commit79e2e650a25f4dcf8f5684db1af720b61d600d16 (patch)
tree05592d9ac174179f81e29bb94b76d23e45c91eb1 /src/net
parent75e8061f9413b0c7134465c48f41ba24410b2885 (diff)
downloadmana-client-79e2e650a25f4dcf8f5684db1af720b61d600d16.tar.gz
mana-client-79e2e650a25f4dcf8f5684db1af720b61d600d16.tar.bz2
mana-client-79e2e650a25f4dcf8f5684db1af720b61d600d16.tar.xz
mana-client-79e2e650a25f4dcf8f5684db1af720b61d600d16.zip
restoring backwards compatibility for trade by using an unused packet
Diffstat (limited to 'src/net')
-rw-r--r--src/net/protocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/protocol.cpp b/src/net/protocol.cpp
index a11dad82..e3b84457 100644
--- a/src/net/protocol.cpp
+++ b/src/net/protocol.cpp
@@ -76,7 +76,7 @@ short packet_lengths[] = {
-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, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 7, 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,
};
short get_length(short id) {