Fixed all errors with player loader from db. DBAppearance is redundent and was removed.

This commit is contained in:
Filip Maj 2016-01-10 01:19:46 -05:00
parent 16f6fe98b3
commit 9fc4101812
6 changed files with 181 additions and 172 deletions

View file

@ -49,8 +49,7 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
public Work work = new Work();
public CharaWork charaWork = new CharaWork();
public PlayerWork playerWork = new PlayerWork();
public Character(uint actorID) : base(actorID)
{
}