mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 11:31:30 +00:00
commit
5a1eac010b
@ -159,7 +159,7 @@ void NPC::PauseWandering(int pausetime)
|
||||
if (GetGrid() != 0) {
|
||||
moving = false;
|
||||
DistractedFromGrid = true;
|
||||
LogPathing("Paused Wandering requested. Grid [{}]. Resuming in [{}] ms (0=not until told)", GetGrid(), pausetime);
|
||||
LogPathing("Paused Wandering requested. Grid [{}]. Resuming in [{}] seconds (0=not until told)", GetGrid(), pausetime);
|
||||
StopNavigation();
|
||||
if (pausetime < 1) { // negative grid number stops him dead in his tracks until ResumeWandering()
|
||||
SetGrid(0 - GetGrid());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user