From e1bee60abee0006864c2b0a800c65ad70279c1ef Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Wed, 3 Feb 2016 16:33:29 +0300
Subject: Read full packet SMSG_BEING_EMOTION in all cases.

---
 src/net/ea/beingrecv.cpp | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src')

diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp
index 39dd85dc2..cb8af0318 100644
--- a/src/net/ea/beingrecv.cpp
+++ b/src/net/ea/beingrecv.cpp
@@ -280,6 +280,8 @@ void BeingRecv::processBeingEmotion(Net::MessageIn &msg)
         msg.readBeingId("being id"));
     if (!dstBeing)
     {
+        DEBUGLOGSTR("invisible player?");
+        msg.readUInt8("emote");
         BLOCK_END("BeingRecv::processBeingEmotion")
         return;
     }
-- 
cgit v1.2.3-70-g09d2