mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-01 00:23:17 +02:00
Fixed wrong values sent for the setactorproperty packet. Initialized commandSlot_compatibility which was null.
This commit is contained in:
parent
156f8e1e7d
commit
d42dac543f
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
|
|||
|
||||
public int[] state_boostPointForSkill;
|
||||
|
||||
public int[] commandSlot_compatibility;
|
||||
public uint[] commandSlot_compatibility = new uint[40];
|
||||
public uint[] commandSlot_recastTime = new uint[40];
|
||||
|
||||
public int[] giftCommandSlot_commandId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue