Action Targeting is playing up for me.
Is there an upto date macro that can switch this back on?
I found this one from 2022 but it just switches it off now
/run local k,v = “softTargetEnemy” v = C_CVar.GetCVar(k) C_CVar.SetCVar(k, 1 - v) print("Action Targeting " … (v == “1” and “Disabled” or “Enabled”))