mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Fix for issue in movement manager where a drop aggro can happen and processing continues.
This commit is contained in:
@@ -569,6 +569,7 @@ public:
|
||||
}
|
||||
mob_movement_manager->SendCommandToClients(mob, 0.0, 0.0, 0.0, 0.0, 0, ClientRangeCloseMedium);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -604,7 +605,7 @@ public:
|
||||
mob->WipeHateList();
|
||||
mob->Heal();
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool Started() const
|
||||
|
||||
Reference in New Issue
Block a user