Skip to content

Commit

Permalink
Add variant and criterion dungeons category (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiGuangOwO committed May 4, 2024
1 parent 22f702e commit b57954f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dalamud/Game/Gui/PartyFinder/Types/DutyCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ public enum DutyCategory
/// The adventuring forays category.
/// </summary>
AdventuringForays = 1 << 6,

/// <summary>
/// The variant and criterion dungeons category.
/// </summary>
VariantAndCriterionDungeons = 1 << 7,
}

0 comments on commit b57954f

Please sign in to comment.