1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-05 18:27:47 +00:00

Moving to uint8_t

This commit is contained in:
ShelbyZ 2017-10-18 09:19:05 -07:00
parent 238a1c17a6
commit 3e48b8002e

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];