1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 03:07:45 +00:00

I WAS SO CLOSE

This commit is contained in:
Biscuit 2018-10-11 17:15:52 +11:00
parent 0b285c4091
commit 6bc0512fa4

View file

@ -1599,7 +1599,8 @@ struct FFXIVIpcWardYardInfo :
struct FFXIVIpcSharedEstateSettingsResponse :
FFXIVIpcBasePacket< SharedEstateSettingsResponse >
{
struct playerEntry {
struct playerEntry
{
uint64_t contentId;
uint8_t permissions;
char name[0x20];