mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 13:40:13 -05:00
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:
@ -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))
|
||||
|
Reference in New Issue
Block a user