diff options
Diffstat (limited to 'src/net/ea/beingrecv.cpp')
-rw-r--r-- | src/net/ea/beingrecv.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp index 637fccd8b..3b09502f4 100644 --- a/src/net/ea/beingrecv.cpp +++ b/src/net/ea/beingrecv.cpp @@ -381,6 +381,8 @@ void BeingRecv::processPlayerMoveToAttack(Net::MessageIn &msg) void BeingRecv::processSkillNoDamage(Net::MessageIn &msg) { + if (actorManager == nullptr) + return; const int id = msg.readInt16("skill id"); int heal; if (msg.getVersion() >= 20131223) |