mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix: add Reaper and Sage to JobFlags
This commit is contained in:
parent
ae983c6ebf
commit
6765c2c0c6
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