Merge pull request #707 from ascclemens/patch-2

Add Reaper and Sage to PF stuff
This commit is contained in:
goaaats 2021-12-08 10:50:30 +01:00 committed by GitHub
commit 460f1eed73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -142,5 +142,15 @@ namespace Dalamud.Game.Gui.PartyFinder.Types
/// Dancer (DNC).
/// </summary>
Dancer = 1 << 27,
/// <summary>
/// Reaper (RPR).
/// </summary>
Reaper = 1 << 28,
/// <summary>
/// Sage (SGE).
/// </summary>
Sage = 1 << 29,
}
}

View file

@ -49,6 +49,8 @@ namespace Dalamud.Game.Gui.PartyFinder.Types
JobFlags.BlueMage => 36,
JobFlags.Gunbreaker => 37,
JobFlags.Dancer => 38,
JobFlags.Reaper => 39,
JobFlags.Sage => 40,
_ => null,
};