From 2d3051fc41bf717aeb9563ad607ac9dab58e87fe Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Sep 2018 09:16:08 +0300 Subject: Add missing field into ChatRecv::processWhisperResponse. --- src/net/eathena/chatrecv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/net/eathena/chatrecv.cpp b/src/net/eathena/chatrecv.cpp index 66edbebe7..fdcdfe8ed 100644 --- a/src/net/eathena/chatrecv.cpp +++ b/src/net/eathena/chatrecv.cpp @@ -354,7 +354,7 @@ void ChatRecv::processWhisperResponse(Net::MessageIn &msg) const uint8_t type = msg.readUInt8("response"); if (msg.getVersion() >= 20131223) - msg.readInt32("unknown"); + msg.readBeingId("being id"); if (type == 1 && (chatWindow != nullptr)) { const std::string nick = Ea::ChatRecv::getLastWhisperNick(); -- cgit v1.2.3-60-g2f50