mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Add proper name for BoundToDuty97 (#1760)
This commit is contained in:
parent
5275d62dd5
commit
11f7ecea1f
1 changed files with 7 additions and 0 deletions
|
|
@ -428,7 +428,14 @@ public enum ConditionFlag
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Unable to execute command while bound by duty.
|
/// Unable to execute command while bound by duty.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Obsolete("Use InDutyQueue")]
|
||||||
BoundToDuty97 = 91,
|
BoundToDuty97 = 91,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Unable to execute command while bound by duty.
|
||||||
|
/// Specifically triggered when you are in a queue for a duty but not inside a duty.
|
||||||
|
/// </summary>
|
||||||
|
InDutyQueue = 91,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Unable to execute command while readying to visit another World.
|
/// Unable to execute command while readying to visit another World.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue