1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 08:57:44 +00:00

Updated GMCommand2 Def

Added worldId to the def since you can now Player@WorldName, this also fixes GM2 Commands not working
This commit is contained in:
Biscuit 2019-01-12 13:18:58 +11:00
parent ea7b104a73
commit 3b97971c30

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 :