mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-08 00:47:45 +00:00
Merge pull request #386 from AcedArmy/develop
Fixed Gmrank in playerspawn
This commit is contained in:
commit
480a4456e4
1 changed files with 2 additions and 2 deletions
|
@ -446,10 +446,10 @@ struct FFXIVIpcPlayerSpawn :
|
|||
uint16_t u1b;
|
||||
uint8_t u2b;
|
||||
uint8_t u2ab;
|
||||
uint8_t gmRank;
|
||||
uint8_t u3a;
|
||||
uint8_t u3b;
|
||||
|
||||
uint8_t u3a;
|
||||
uint8_t gmRank;
|
||||
uint8_t onlineStatus;
|
||||
uint8_t u3c;
|
||||
uint8_t pose;
|
||||
|
|
Loading…
Add table
Reference in a new issue