mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +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).
|
/// Dancer (DNC).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Dancer = 1 << 27,
|
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.BlueMage => 36,
|
||||||
JobFlags.Gunbreaker => 37,
|
JobFlags.Gunbreaker => 37,
|
||||||
JobFlags.Dancer => 38,
|
JobFlags.Dancer => 38,
|
||||||
|
JobFlags.Reaper => 39,
|
||||||
|
JobFlags.Sage => 40,
|
||||||
_ => null,
|
_ => null,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue