diff --git a/Dalamud/Game/Gui/PartyFinder/Types/DutyCategory.cs b/Dalamud/Game/Gui/PartyFinder/Types/DutyCategory.cs index c4a05704d..20a9dd22f 100644 --- a/Dalamud/Game/Gui/PartyFinder/Types/DutyCategory.cs +++ b/Dalamud/Game/Gui/PartyFinder/Types/DutyCategory.cs @@ -44,4 +44,9 @@ public enum DutyCategory /// The adventuring forays category. /// AdventuringForays = 1 << 6, + + /// + /// The variant and criterion dungeons category. + /// + VariantAndCriterionDungeons = 1 << 7, }