Merge pull request #788 from SecretsOTheP/movement_manager

Remove errant Stun call, fix up logging notification for fear
This commit is contained in:
Chris Miles 2018-10-31 14:31:59 -05:00 committed by GitHub
commit 190ff0c66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,11 +165,9 @@ void Mob::CalculateNewFearpoint() {
return;
}
Stun(6000);
Log(Logs::Detail,
Logs::Pathing,
"No path found to selected node. Falling through to old fear point selection.");
"No path found to selected node during CalculateNewFearpoint.");
}
}