mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Add CFMemberStatus packet definition
This commit is contained in:
parent
6109a191b2
commit
81c13d5e8c
1 changed files with 14 additions and 0 deletions
|
@ -1364,6 +1364,20 @@ struct FFXIVIpcCFRegisterDuty : FFXIVIpcBasePacket<CFRegisterDuty>
|
|||
};
|
||||
|
||||
|
||||
struct FFXIVIpcCFMemberStatus : FFXIVIpcBasePacket<CFMemberStatus>
|
||||
{
|
||||
uint16_t contentId;
|
||||
uint16_t unknown1;
|
||||
uint8_t status;
|
||||
uint8_t currentTank;
|
||||
uint8_t currentDps;
|
||||
uint8_t currentHealer;
|
||||
uint32_t unknown2;
|
||||
uint32_t unknown3;
|
||||
};
|
||||
|
||||
|
||||
|
||||
} /* Server */
|
||||
} /* Packets */
|
||||
} /* Network */
|
||||
|
|
Loading…
Add table
Reference in a new issue