mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 16:57:47 +00:00
Fixed Gmrank in playerspawn
This commit is contained in:
parent
c12648e495
commit
625487737d
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