mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #707 from ascclemens/patch-2
Add Reaper and Sage to PF stuff
This commit is contained in:
commit
460f1eed73
2 changed files with 12 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue