Update substate and implemented it into Character. Cleaned up more code mix.

This commit is contained in:
Filip Maj 2018-10-20 13:15:58 -04:00
parent c55145d715
commit 7c7742fb35
10 changed files with 37 additions and 31 deletions

View file

@ -185,7 +185,7 @@ namespace FFXIVClassic_Map_Server.Actors
public SubPacket CreateStatePacket()
{
return SetActorStatePacket.BuildPacket(actorId, currentMainState, currentSubState);
return SetActorStatePacket.BuildPacket(actorId, currentMainState, 0);
}
public List<SubPacket> GetEventConditionPackets()