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:
commit
d146947be4
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue