mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed all errors with player loader from db. DBAppearance is redundent and was removed.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user