mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-21 01:56:01 +02:00
Levels are now loaded in from the database, and "mainSkillLevel" properties are also correctly set.
This commit is contained in:
parent
1f60bcf4fc
commit
335ec414d6
3 changed files with 51 additions and 22 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue