cleaned targetfind some

- added character allegiance types
This commit is contained in:
Tahir Akhlaq
2017-07-11 01:54:15 +01:00
parent 59fab08230
commit 84d5eee1fc
6 changed files with 149 additions and 76 deletions

View File

@@ -251,6 +251,7 @@ namespace FFXIVClassic_Map_Server.Actors
lastPlayTimeUpdate = Utils.UnixTimeStampUTC();
this.aiContainer = new AIContainer(this, new PlayerController(this), null, new TargetFind(this));
allegiance = CharacterTargetingAllegiance.Player;
}
public List<SubPacket> Create0x132Packets()