mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
Merge pull request #23 from Minoost/matchmaking
Add CfMemberStatus packet definition
This commit is contained in:
commit
4ae193ad7f
1 changed files with 15 additions and 0 deletions
|
@ -1364,6 +1364,21 @@ 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;
|
||||||
|
uint8_t estimatedTime;
|
||||||
|
uint8_t unknown2[3];
|
||||||
|
uint32_t unknown3;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} /* Server */
|
} /* Server */
|
||||||
} /* Packets */
|
} /* Packets */
|
||||||
} /* Network */
|
} /* Network */
|
||||||
|
|
Loading…
Add table
Reference in a new issue