Update LibRangeCheck supported version

The 2.0 version seems to be causing taint somewhere.

ref: https://www.wowace.com/projects/ice-hud/issues/353
This commit is contained in:
Parnic
2024-04-04 08:12:01 -05:00
parent 05afef899d
commit 32583d92e0

View File

@ -25,7 +25,7 @@ local function formatMinMax(min, max)
end
local found = false
DogTag:AddAddonFinder("Unit", "LibStub", "LibRangeCheck-2.0", function(RangeCheckLib)
DogTag:AddAddonFinder("Unit", "LibStub", "LibRangeCheck-3.0", function(RangeCheckLib)
found = true
function MinRange_func(unit)
return (RangeCheckLib:getRange(unit))