mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 17:57:47 +00:00
Add eta field in CfMemberStatus
This commit is contained in:
parent
c52ee19469
commit
e888690812
1 changed files with 2 additions and 1 deletions
|
@ -1372,7 +1372,8 @@ struct FFXIVIpcCFMemberStatus : FFXIVIpcBasePacket<CFMemberStatus>
|
|||
uint8_t currentTank;
|
||||
uint8_t currentDps;
|
||||
uint8_t currentHealer;
|
||||
uint32_t unknown2;
|
||||
uint8_t estimatedTime;
|
||||
uint8_t unknown2[3];
|
||||
uint32_t unknown3;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue