mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-20 12:42:26 +00:00
Merge pull request #788 from SecretsOTheP/movement_manager
Remove errant Stun call, fix up logging notification for fear
This commit is contained in:
commit
190ff0c66e
@ -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