From 393ab30aff714f9054ceea626fa5ba5447eee16d Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Thu, 17 Mar 2016 21:04:56 +0300
Subject: Read whole packet SMSG_BEING_MOVE3 if being not exists.

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

diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp
index aa84b0143..f69a2f003 100644
--- a/src/net/ea/beingrecv.cpp
+++ b/src/net/ea/beingrecv.cpp
@@ -454,6 +454,10 @@ void BeingRecv::processBeingMove3(Net::MessageIn &msg)
         msg.readBeingId("being id"));
     if (!dstBeing)
     {
+        DEBUGLOGSTR("invisible player?");
+        msg.readInt16("x");
+        msg.readInt16("y");
+        msg.readBytes(len, "moving path");
         BLOCK_END("BeingRecv::processBeingMove3")
         return;
     }
-- 
cgit v1.2.3-70-g09d2