diff --git a/Ashita.dll b/Ashita.dll index b17a112..3c96766 100644 Binary files a/Ashita.dll and b/Ashita.dll differ diff --git a/injector.exe b/injector.exe index 4ba0d70..7c92dc3 100644 Binary files a/injector.exe and b/injector.exe differ diff --git a/plugins/ADK/ffxi/player.h b/plugins/ADK/ffxi/player.h index d1d7fd8..165b33c 100644 --- a/plugins/ADK/ffxi/player.h +++ b/plugins/ADK/ffxi/player.h @@ -152,6 +152,7 @@ namespace Ashita { uint32_t Unknown0001; // Unknown }; +#pragma pack(push, 1) struct playerinfo_t { uint32_t HealthMax; // The players max health. @@ -187,6 +188,7 @@ namespace Ashita { uint8_t Unknown0002[104]; // Unknown int16_t Buffs[32]; // The players current status effect icon ids. }; +#pragma pack(pop) }; // namespace FFXI }; // namespace Ashita