Skip to content

Commit 9e58996

Browse files
Update Format
1 parent 8d996f4 commit 9e58996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FFXIVClientStructs/FFXIV/Client/Game/WKS/WKSManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public unsafe partial struct WKSManager {
2525
/// <remarks> RowId of WKSMissionUnit sheet. </remarks>
2626
[FieldOffset(0xC18)] public ushort CurrentMissionUnitRowId;
2727
[FieldOffset(0xC20)] public ushort CurrentScore;
28-
[FieldOffset(0xC24)] public MissionRank CurrentRank;
28+
[FieldOffset(0xC24)] public MissionRank CurrentRank;
2929
[FieldOffset(0xC2A)] public ushort CollectedTotal;
3030
[FieldOffset(0xC2C)] public byte CollectedIndividual;
3131

0 commit comments

Comments
 (0)