summaryrefslogtreecommitdiff
path: root/src/net/tmwa/network.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-02-18 01:47:23 +0200
committerAndrei Karas <akaras@inbox.ru>2011-02-18 01:47:23 +0200
commit3b699158d2732d45e3a6bbb8c0dc1abfe85a9167 (patch)
treea4b8e95e65d458161c726be55cd263fee4f8b132 /src/net/tmwa/network.cpp
parent652759da11309e151d2d522532bc2a367cbd179d (diff)
downloadplus-3b699158d2732d45e3a6bbb8c0dc1abfe85a9167.tar.gz
plus-3b699158d2732d45e3a6bbb8c0dc1abfe85a9167.tar.bz2
plus-3b699158d2732d45e3a6bbb8c0dc1abfe85a9167.tar.xz
plus-3b699158d2732d45e3a6bbb8c0dc1abfe85a9167.zip
Add packet SMSG_BEING_NAME_RESPONSE2 with big being names.
Diffstat (limited to 'src/net/tmwa/network.cpp')
-rw-r--r--src/net/tmwa/network.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/network.cpp b/src/net/tmwa/network.cpp
index b96cfd2b5..d1bc269af 100644
--- a/src/net/tmwa/network.cpp
+++ b/src/net/tmwa/network.cpp
@@ -81,6 +81,7 @@ short packet_lengths[] =
// #0x2000
26, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 19, 10, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
};
const unsigned int BUFFER_SIZE = 655360;