diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-28 22:43:06 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-01 01:08:23 +0200 |
commit | 1373ea47dc7d6a2afd1ce118d5f9e307326beb02 (patch) | |
tree | 5a5c857f535f27a569a272ee9643e925cf096fa4 /src/net/tmwa/network.cpp | |
parent | d59fc28844c92534c3c211cb971c0d21e6c54313 (diff) | |
download | plus-1373ea47dc7d6a2afd1ce118d5f9e307326beb02.tar.gz plus-1373ea47dc7d6a2afd1ce118d5f9e307326beb02.tar.bz2 plus-1373ea47dc7d6a2afd1ce118d5f9e307326beb02.tar.xz plus-1373ea47dc7d6a2afd1ce118d5f9e307326beb02.zip |
Add support for reading item colors for char list and created char (for extended servers)
Diffstat (limited to 'src/net/tmwa/network.cpp')
-rw-r--r-- | src/net/tmwa/network.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/tmwa/network.cpp b/src/net/tmwa/network.cpp index a19957ae7..ad8be300c 100644 --- a/src/net/tmwa/network.cpp +++ b/src/net/tmwa/network.cpp @@ -79,10 +79,10 @@ short packet_lengths[] = 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 +// #0x0200 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, + -1,122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }; const unsigned int BUFFER_SIZE = 655360; |