Add proper name for BoundToDuty97 (#1760)

This commit is contained in:
MidoriKami 2024-04-09 14:45:29 -07:00 committed by GitHub
parent 5275d62dd5
commit 11f7ecea1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -428,7 +428,14 @@ public enum ConditionFlag
/// <summary>
/// Unable to execute command while bound by duty.
/// </summary>
[Obsolete("Use InDutyQueue")]
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>
/// Unable to execute command while readying to visit another World.