1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

Add CFMemberStatus packet definition

This commit is contained in:
Minho Kang 2017-08-10 11:35:05 +09:00
parent 6109a191b2
commit 81c13d5e8c

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 */ } /* Server */
} /* Packets */ } /* Packets */
} /* Network */ } /* Network */