Added a load player character function to the database class. As I went through, changed the various properties to their correct datatype. Also added Work object to Character.

This commit is contained in:
Filip Maj 2016-01-09 23:22:10 -05:00
parent c9f35a207b
commit 4dec77aa69
8 changed files with 353 additions and 16 deletions

View file

@ -19,7 +19,7 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
public int[] state_boostPointForSkill;
public int[] commandSlot_compatibility;
public int[] commandSlot_recastTime;
public uint[] commandSlot_recastTime = new uint[40];
public int[] giftCommandSlot_commandId;
}