diff --git a/Dalamud/Game/Gui/PartyFinder/Types/DutyCategory.cs b/Dalamud/Game/Gui/PartyFinder/Types/DutyCategory.cs index 20a9dd22f..33010a379 100644 --- a/Dalamud/Game/Gui/PartyFinder/Types/DutyCategory.cs +++ b/Dalamud/Game/Gui/PartyFinder/Types/DutyCategory.cs @@ -11,9 +11,9 @@ public enum DutyCategory Duty = 0, /// - /// The quest battle category. + /// The gold saucer category. /// - QuestBattles = 1 << 0, + GoldSaucer = 1 << 0, /// /// The fate category. @@ -43,8 +43,14 @@ public enum DutyCategory /// /// The adventuring forays category. /// + [Obsolete("Adventuring Forays have been renamed to Field Operations")] AdventuringForays = 1 << 6, + /// + /// The field operations category. + /// + FieldOperations = 1 << 6, + /// /// The variant and criterion dungeons category. ///