From 11f7ecea1f12439fdcb0a884955f3c2d2ba6e129 Mon Sep 17 00:00:00 2001 From: MidoriKami <9083275+MidoriKami@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:45:29 -0700 Subject: [PATCH] Add proper name for BoundToDuty97 (#1760) --- Dalamud/Game/ClientState/Conditions/ConditionFlag.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dalamud/Game/ClientState/Conditions/ConditionFlag.cs b/Dalamud/Game/ClientState/Conditions/ConditionFlag.cs index 120b76df6..5b7bd2145 100644 --- a/Dalamud/Game/ClientState/Conditions/ConditionFlag.cs +++ b/Dalamud/Game/ClientState/Conditions/ConditionFlag.cs @@ -428,7 +428,14 @@ public enum ConditionFlag /// /// Unable to execute command while bound by duty. /// + [Obsolete("Use InDutyQueue")] BoundToDuty97 = 91, + + /// + /// Unable to execute command while bound by duty. + /// Specifically triggered when you are in a queue for a duty but not inside a duty. + /// + InDutyQueue = 91, /// /// Unable to execute command while readying to visit another World.