Fix for issue in movement manager where a drop aggro can happen and processing continues.

This commit is contained in:
KimLS 2021-02-14 13:08:33 -08:00
parent 2a37785a7c
commit c23da55b95

View File

@ -569,6 +569,7 @@ public:
} }
mob_movement_manager->SendCommandToClients(mob, 0.0, 0.0, 0.0, 0.0, 0, ClientRangeCloseMedium); mob_movement_manager->SendCommandToClients(mob, 0.0, 0.0, 0.0, 0.0, 0, ClientRangeCloseMedium);
} }
return true; return true;
} }
@ -604,7 +605,7 @@ public:
mob->WipeHateList(); mob->WipeHateList();
mob->Heal(); mob->Heal();
return true; return false;
} }
virtual bool Started() const virtual bool Started() const