Merge branch 'movement_manager' of github.com:EQEmu/Server into movement_manager

This commit is contained in:
KimLS 2018-11-07 21:55:26 -08:00
commit fd7b6deafa

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