We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d996f4 commit 9e58996Copy full SHA for 9e58996
FFXIVClientStructs/FFXIV/Client/Game/WKS/WKSManager.cs
@@ -25,7 +25,7 @@ public unsafe partial struct WKSManager {
25
/// <remarks> RowId of WKSMissionUnit sheet. </remarks>
26
[FieldOffset(0xC18)] public ushort CurrentMissionUnitRowId;
27
[FieldOffset(0xC20)] public ushort CurrentScore;
28
- [FieldOffset(0xC24)] public MissionRank CurrentRank;
+ [FieldOffset(0xC24)] public MissionRank CurrentRank;
29
[FieldOffset(0xC2A)] public ushort CollectedTotal;
30
[FieldOffset(0xC2C)] public byte CollectedIndividual;
31
0 commit comments