Skip to content

Commit

Permalink
Fix CN 7.1 RaptureAtkModule.AddonNames Offset
Browse files Browse the repository at this point in the history
  • Loading branch information
AtmoOmen authored Feb 20, 2025
1 parent b0a6c12 commit 468acf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFXIVClientStructs/FFXIV/Client/UI/RaptureAtkModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public unsafe partial struct RaptureAtkModule {

[FieldOffset(0x87F7)] public AgentUpdateFlags AgentUpdateFlag; // reset happens in RaptureAtkModule_OnUpdate
[FieldOffset(0x87F8)] internal fixed byte AddonAllocators[0x28 * 889];
[FieldOffset(0x112E0)] public StdVector<Utf8String> AddonNames;
[FieldOffset(0x112D0)] public StdVector<Utf8String> AddonNames;
[FieldOffset(0x112F8)] public AddonConfig* AddonConfigPtr;

[FieldOffset(0x113B0 - 0x10)] public UIModule* UIModulePtr;
Expand Down

0 comments on commit 468acf8

Please sign in to comment.