diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-26 20:40:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-26 23:23:32 +0300 |
commit | 344fc37de3bbc385e04ee4109600625f9aefbeba (patch) | |
tree | 4eb8e274ff696d9b135110fbd107a3d6be4f9018 /src/net/tmwa/network.cpp | |
parent | 7ba5e3db652be97b1007b1025d9d016e6d47ce13 (diff) | |
download | plus-344fc37de3bbc385e04ee4109600625f9aefbeba.tar.gz plus-344fc37de3bbc385e04ee4109600625f9aefbeba.tar.bz2 plus-344fc37de3bbc385e04ee4109600625f9aefbeba.tar.xz plus-344fc37de3bbc385e04ee4109600625f9aefbeba.zip |
add handling for map mask packet. (evol only)
Also change network version to 11.
Diffstat (limited to 'src/net/tmwa/network.cpp')
-rw-r--r-- | src/net/tmwa/network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/network.cpp b/src/net/tmwa/network.cpp index 9d4c60e0a..1ed7ee581 100644 --- a/src/net/tmwa/network.cpp +++ b/src/net/tmwa/network.cpp @@ -78,7 +78,7 @@ int16_t packet_lengths[] = // #0x0200 26, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 19, 10, 0, 0, 0, 2, -1, 16, 0, 8, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - -1, 122, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + -1, 122, -1, -1, -1, -1, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, }; static const int packet_lengths_size |