diff --git a/Components/Core/Conditions/Categories/UnitAttributes.lua b/Components/Core/Conditions/Categories/UnitAttributes.lua index f434fdf5..44e20ea3 100644 --- a/Components/Core/Conditions/Categories/UnitAttributes.lua +++ b/Components/Core/Conditions/Categories/UnitAttributes.lua @@ -305,7 +305,9 @@ ConditionCategory:RegisterCondition(8.5, "LIBRANGECHECK", { end end, - customDeprecated = ("NOTICE: As of Nov 16 2023, this condition is nearly useless due to Blizzard restrictions. If you want to check the range of a spell, consider using the %q condition instead. The range levels that can still be checked precisely vary depending on your class."):format(L["CONDITIONPANEL_SPELLRANGE"]) + customDeprecated = + ("NOTICE: Due to Blizzard restrictions, this condition doesn't allow checking the range of friendly units while in combat. For that scenario, it is recommended to use the %q condition instead."):format(L["CONDITIONPANEL_SPELLRANGE"]) .. + (TMW.isRetail and (" \n\nIf checking your own spells against hostile targets, the %q condition is also usually much more CPU efficient."):format(L["CONDITIONPANEL_SPELLRANGE"]) or "") -- events = absolutely no events })