summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net/eathena/beingrecv.cpp1
-rw-r--r--src/net/tmwa/beingrecv.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp
index 3bd051d79..816b8913b 100644
--- a/src/net/eathena/beingrecv.cpp
+++ b/src/net/eathena/beingrecv.cpp
@@ -1270,6 +1270,7 @@ void BeingRecv::processBeingResurrect(Net::MessageIn &msg)
Being *const dstBeing = actorManager->findBeing(id);
if (!dstBeing)
{
+ DEBUGLOGSTR("insible player?");
BLOCK_END("BeingRecv::processBeingResurrect")
return;
}
diff --git a/src/net/tmwa/beingrecv.cpp b/src/net/tmwa/beingrecv.cpp
index dacc68682..93d4a41dc 100644
--- a/src/net/tmwa/beingrecv.cpp
+++ b/src/net/tmwa/beingrecv.cpp
@@ -1219,6 +1219,8 @@ void BeingRecv::processBeingResurrect(Net::MessageIn &msg)
Being *const dstBeing = actorManager->findBeing(id);
if (!dstBeing)
{
+ DEBUGLOGSTR("insible player?");
+ msg.readUInt8("flag?");
BLOCK_END("BeingRecv::processBeingResurrect")
return;
}