1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-23 10:17:44 +00:00
This commit is contained in:
Minho Kang 2017-08-10 06:10:35 +00:00 committed by GitHub
commit 490163ef55

View file

@ -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 */