1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-10 17:57:46 +00:00

Moving to uint8_t

This commit is contained in:
ShelbyZ 2017-10-18 09:19:05 -07:00
parent 4833225459
commit cbfee8ff79

View file

@ -81,7 +81,7 @@ struct FFXIVIpcPlayTime : FFXIVIpcBasePacket<Playtime>
*/
struct PlayerEntry {
uint64_t contentId;
unsigned char bytes[12];
uint8_t bytes[12];
uint16_t zoneId;
uint16_t zoneId1;
char bytes1[8];