mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
Merge pull request #1800 from goatcorp/apiX-rollup
[apiX] Rollup changes from master
This commit is contained in:
commit
666eab98bd
2 changed files with 6 additions and 1 deletions
|
|
@ -44,4 +44,9 @@ public enum DutyCategory
|
||||||
/// The adventuring forays category.
|
/// The adventuring forays category.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
AdventuringForays = 1 << 6,
|
AdventuringForays = 1 << 6,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The variant and criterion dungeons category.
|
||||||
|
/// </summary>
|
||||||
|
VariantAndCriterionDungeons = 1 << 7,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 25e7b3e283ea12a4127acd8aced87de72239e16d
|
Subproject commit b7a834e78fd7250023c3f70c5717c28b01d18acc
|
||||||
Loading…
Add table
Add a link
Reference in a new issue