corrected mob to use correct substate

- added global tick
- stubbed some more functions
- added checks for engaged/dead
- todo: everything else
This commit is contained in:
Tahir Akhlaq 2017-06-14 20:01:15 +01:00
parent b9bfe5e985
commit 2c9ae60bbf
9 changed files with 131 additions and 36 deletions

View file

@ -209,7 +209,7 @@ namespace FFXIVClassic_Map_Server.Actors
}
}
public void OnPath(ref Vector3 point)
public void OnPath(Vector3 point)
{
if (positionUpdates != null && positionUpdates.Count > 0)
{