diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-07 17:21:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-07 17:21:56 +0300 |
commit | e3f53de7742609f7354869b066076e17f9774a11 (patch) | |
tree | e9c5b498eb9f890fb7ae3479b78eac37aefbd67e /src/net/eathena/packets.h | |
parent | d18a2a0ed390162b771fea7d4c101f37f6be247a (diff) | |
download | plus-e3f53de7742609f7354869b066076e17f9774a11.tar.gz plus-e3f53de7742609f7354869b066076e17f9774a11.tar.bz2 plus-e3f53de7742609f7354869b066076e17f9774a11.tar.xz plus-e3f53de7742609f7354869b066076e17f9774a11.zip |
eathena: fix packet SMSG_WHISPER_RESPONSE 0x09df.
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 eb16509cf..4196f72ad 100644 --- a/src/net/eathena/packets.h +++ b/src/net/eathena/packets.h @@ -253,7 +253,7 @@ int16_t packet_lengths[] = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // #0x09C0 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, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 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, 0, 0, 0, 0, 0, 0, //0 1 2 3 4 5 6 7 8 9 a b c d e f |