mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Levels are now loaded in from the database, and "mainSkillLevel" properties are also correctly set.
This commit is contained in:
@@ -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];
|
||||
|
||||
|
Reference in New Issue
Block a user