We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619a203 commit 7cf148eCopy full SHA for 7cf148e
1 file changed
Enum/AutoRotationConfigOption.cs
@@ -73,4 +73,10 @@ public enum AutoRotationConfigOption
73
74
[ConfigValueType(typeof(bool))]
75
HealerAlwaysHardTarget = 20,
76
+
77
+ [ConfigValueType(typeof(bool))]
78
+ BypassQuest = 21,
79
80
81
+ BypassFate = 22,
82
}
0 commit comments