mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 09:11:30 +00:00
Merge branch 'movement_manager' of github.com:EQEmu/Server into movement_manager
This commit is contained in:
commit
fd7b6deafa
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user