Levels are now loaded in from the database, and "mainSkillLevel" properties are also correctly set.

This commit is contained in:
Filip Maj 2016-03-19 19:21:16 -04:00
parent 1f60bcf4fc
commit 335ec414d6
3 changed files with 51 additions and 22 deletions

View file

@ -14,7 +14,7 @@ namespace FFXIVClassic_Map_Server.Actors.Chara
public short mpMax;
public byte[] state_mainSkill = new byte[4];
public ushort state_mainSkillLevel;
public short state_mainSkillLevel;
public byte[] state_boostPointForSkill = new byte[4];