mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed wrong values sent for the setactorproperty packet. Initialized commandSlot_compatibility which was null.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user