mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +00:00
Fixed OnlineStatus and Standing Cpose in PlayerSpawn
This commit is contained in:
parent
b19a4ea35d
commit
7168c00a22
1 changed files with 6 additions and 3 deletions
|
@ -450,11 +450,14 @@ struct FFXIVIpcPlayerSpawn :
|
||||||
uint8_t u3b;
|
uint8_t u3b;
|
||||||
|
|
||||||
uint8_t gmRank;
|
uint8_t gmRank;
|
||||||
uint8_t onlineStatus;
|
|
||||||
uint8_t u3c;
|
uint8_t u3c;
|
||||||
uint8_t pose;
|
uint8_t u4;
|
||||||
|
uint8_t onlineStatus;
|
||||||
|
|
||||||
uint32_t u4;
|
uint8_t pose;
|
||||||
|
uint8_t u5a;
|
||||||
|
uint8_t u5b;
|
||||||
|
uint8_t u5c;
|
||||||
|
|
||||||
uint64_t targetId;
|
uint64_t targetId;
|
||||||
uint32_t u6;
|
uint32_t u6;
|
||||||
|
|
Loading…
Add table
Reference in a new issue