mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Merge pull request #730 from Caraxi/conditionFlag
This commit is contained in:
commit
56c06045c9
1 changed files with 15 additions and 0 deletions
|
|
@ -449,5 +449,20 @@ namespace Dalamud.Game.ClientState.Conditions
|
|||
/// Unable to execute command while bound by duty.
|
||||
/// </summary>
|
||||
BoundByDuty95 = 95,
|
||||
|
||||
/// <summary>
|
||||
/// Cannot execute at this time.
|
||||
/// </summary>
|
||||
Unknown96 = 96,
|
||||
|
||||
/// <summary>
|
||||
/// Unable to execute command while wearing a guise.
|
||||
/// </summary>
|
||||
Disguised = 97,
|
||||
|
||||
/// <summary>
|
||||
/// Unable to execute command while recruiting for a non-cross-world party.
|
||||
/// </summary>
|
||||
RecruitingWorldOnly = 98,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue