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
+1 -3
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.");
}
}