mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-05 02:52:25 +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;
|
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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user