Merge pull request #730 from Caraxi/conditionFlag

This commit is contained in:
goaaats 2022-01-11 03:41:49 +01:00 committed by GitHub
commit 56c06045c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}
}