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

I WAS SO CLOSE

This commit is contained in:
Biscuit 2018-10-11 17:15:52 +11:00
parent eda3f971d5
commit 3060c10264

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