diff options
Diffstat (limited to 'src/net/ea/beinghandler.cpp')
-rw-r--r-- | src/net/ea/beinghandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/beinghandler.cpp b/src/net/ea/beinghandler.cpp index 0c928f9fe..a773ef0b1 100644 --- a/src/net/ea/beinghandler.cpp +++ b/src/net/ea/beinghandler.cpp @@ -397,7 +397,7 @@ void BeingHandler::processBeingRemove(Net::MessageIn &msg) // If this is player's current target, clear it. if (dstBeing == player_node->getTarget()) - player_node->stopAttack(); + player_node->stopAttack(true); if (msg.readInt8() == 1) { |