Skip to content

Commit

Permalink
chore: #2229 update librangecheck cooldown caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Sep 15, 2024
1 parent c352e9b commit caf6497
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Components/Core/Conditions/Categories/UnitAttributes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
})

Expand Down

0 comments on commit caf6497

Please sign in to comment.