1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00

Merge pull request #139 from ShelbyZ/msvc_warnings

Potential Truncation - value over signed char
This commit is contained in:
Mordred 2017-10-18 19:33:57 +02:00 committed by GitHub
commit d146947be4

View file

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