1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

Merge branch 'develop' of https://github.com/SapphireMordred/Sapphire into develop

This commit is contained in:
Mordred 2019-01-12 10:48:05 +01:00
commit 6f1634c9ef

View file

@ -29,8 +29,9 @@ struct FFXIVIpcGmCommand2 :
/* 0008 */ uint32_t param2;
/* 000C */ uint32_t param3;
/* 0010 */ uint32_t param4;
/* 0014 */ char target[0x20];
/* 0034 */ uint32_t unknown1;
/* 0014 */ uint16_t worldId;
/* 0016 */ char target[0x20];
/* 0036 */ uint16_t unknown1;
};
struct FFXIVIpcClientTrigger :