Skip to content

Commit

Permalink
Merge pull request #392 from KBiscuit/updates/playerspawn
Browse files Browse the repository at this point in the history
Fixed OnlineStatus and Standing Cpose in PlayerSpawn
  • Loading branch information
SapphireMordred authored Sep 25, 2018
2 parents 7146502 + f861755 commit 8f9f589
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/common/Network/PacketDef/Zone/ServerZoneDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8f9f589

Please sign in to comment.