Fixed wrong values sent for the setactorproperty packet. Initialized commandSlot_compatibility which was null.

This commit is contained in:
Filip Maj 2016-01-10 11:47:22 -05:00
parent 156f8e1e7d
commit d42dac543f
2 changed files with 3 additions and 3 deletions

View file

@ -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;