mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-01 23:31:55 +02:00
Got commands working. Wrong ID for one of em.
This commit is contained in:
parent
aebaa1b70e
commit
e47904dc30
5 changed files with 72 additions and 31 deletions
|
@ -27,7 +27,7 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
|
|||
public byte[] commandCategory = new byte[64];
|
||||
public byte commandBorder = 0x20;
|
||||
public bool commandAcquired = false;
|
||||
public bool[] additionalCommandAcquired = new bool[1];
|
||||
public bool[] additionalCommandAcquired = new bool[32];
|
||||
|
||||
public uint depictionJudge = 0xa0f50911;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue