diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 00:20:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 00:20:27 +0300 |
commit | f676561f759c2be6e51c68b085b7d01ee98fc0d4 (patch) | |
tree | b1868eb2a4a519c6531c20dda1c3a88ef183157c /src/net/eathena/packets.h | |
parent | 55901aee07fe748590acb31b69777b1b6e914b6c (diff) | |
download | mv-f676561f759c2be6e51c68b085b7d01ee98fc0d4.tar.gz mv-f676561f759c2be6e51c68b085b7d01ee98fc0d4.tar.bz2 mv-f676561f759c2be6e51c68b085b7d01ee98fc0d4.tar.xz mv-f676561f759c2be6e51c68b085b7d01ee98fc0d4.zip |
eathena: add partial support for packet SMSG_FRIENDS_LIST 0x0201.
Diffstat (limited to 'src/net/eathena/packets.h')
-rw-r--r-- | src/net/eathena/packets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/packets.h b/src/net/eathena/packets.h index fd4749989..cefeaafaa 100644 --- a/src/net/eathena/packets.h +++ b/src/net/eathena/packets.h @@ -83,7 +83,7 @@ int16_t packet_lengths[] = //0 1 2 3 4 5 6 7 8 9 a b c d e f //0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // #0x0200 - 26, 0, 0, 0, 18, 26, 11, 0, 0, 0, 0, 19, 10, 0, 0, 0, + 26, -1, 0, 0, 18, 26, 11, 0, 0, 0, 0, 19, 10, 0, 0, 0, 22, -1, 16, 0, 42, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 122, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 19, 71, 5, 12, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |