mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-01 08:33:18 +02:00
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:
parent
c9f35a207b
commit
4dec77aa69
8 changed files with 353 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue