Skip to content

Commit

Permalink
Fixed OnlineStatus and Standing Cpose in PlayerSpawn
Browse files Browse the repository at this point in the history
  • Loading branch information
BiscuitUmU committed Sep 25, 2018
1 parent 30a47d3 commit f861755
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 f861755

Please sign in to comment.