1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 09:47:46 +00:00

Merge pull request #392 from KBiscuit/updates/playerspawn

Fixed OnlineStatus and Standing Cpose in PlayerSpawn
This commit is contained in:
Mordred 2018-09-25 14:46:14 +02:00 committed by GitHub
commit 8f9f5893dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -450,11 +450,14 @@ struct FFXIVIpcPlayerSpawn :
uint8_t u3b;
uint8_t gmRank;
uint8_t onlineStatus;
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;
uint32_t u6;