diff --git a/AutoDuty/Windows/Config.cs b/AutoDuty/Windows/Config.cs index 05774e4f..6528c45b 100644 --- a/AutoDuty/Windows/Config.cs +++ b/AutoDuty/Windows/Config.cs @@ -317,7 +317,7 @@ public bool PositionalRoleBased public bool Wrath_AutoSetupJobs { get; set; } = true; internal Wrath_IPCSubscriber.AutoRotationConfigDPSRotationSubset Wrath_TargetingTank = Wrath_IPCSubscriber.AutoRotationConfigDPSRotationSubset.Highest_Max; - internal Wrath_IPCSubscriber.AutoRotationConfigDPSRotationSubset Wrath_TargetingNonTank = Wrath_IPCSubscriber.AutoRotationConfigDPSRotationSubset.Tank_Target; + internal Wrath_IPCSubscriber.AutoRotationConfigDPSRotationSubset Wrath_TargetingNonTank = Wrath_IPCSubscriber.AutoRotationConfigDPSRotationSubset.Lowest_Current; #endregion