mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-03 01:23:21 +02:00
Added some new work parameters. Fixed GC Packet (wrong sized data). Connected player data packets to DB. Cleaned up login code.
This commit is contained in:
parent
2bf532a6db
commit
f7702bca13
16 changed files with 209 additions and 123 deletions
|
@ -49,6 +49,6 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
|
|||
|
||||
public float[] castGauge_speed = { 1.0f, 0.25f};
|
||||
public bool[] timingCommandFlag = new bool[4];
|
||||
public ushort[] generalParameter = new ushort[32];
|
||||
public ushort[] generalParameter = new ushort[35];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue