From e3f53de7742609f7354869b066076e17f9774a11 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Sep 2014 17:21:56 +0300 Subject: eathena: fix packet SMSG_WHISPER_RESPONSE 0x09df. --- src/net/eathena/chathandler.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena/chathandler.cpp') diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp index 5e1a0679e..ad8c3bcdc 100644 --- a/src/net/eathena/chathandler.cpp +++ b/src/net/eathena/chathandler.cpp @@ -334,6 +334,7 @@ void ChatHandler::processWhisperResponse(Net::MessageIn &msg) BLOCK_START("ChatHandler::processWhisperResponse") const uint8_t type = msg.readUInt8("response"); + msg.readInt32("unknown"); processWhisperResponseContinue(type); } -- cgit v1.2.3-70-g09d2