Remove errant Stun call, fix up logging notification for fear

This commit is contained in:
E Spause 2018-10-31 11:08:50 -04:00
parent cd59916e67
commit 706ae291d8

View File

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