Skip to content

Commit

Permalink
[Libs] Update LRC
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Nov 21, 2023
1 parent 9716dfe commit ff5cb4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShestakUI/Libs/LibRangeCheck-3.0/LibRangeCheck-3.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ License: MIT
-- @class file
-- @name LibRangeCheck-3.0
local MAJOR_VERSION = "LibRangeCheck-3.0"
local MINOR_VERSION = 3
local MINOR_VERSION = 4

local lib, oldminor = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
if not lib then
Expand Down Expand Up @@ -638,7 +638,7 @@ local function getCheckerForSpellWithMinRange(spellIdx, minRange, range, spellLi
end
local minRangeChecker = findMinRangeChecker(minRange, range, spellList)
if minRangeChecker then
checker = function()
checker = function(unit)
if IsSpellInRange(spellIdx, BOOKTYPE_SPELL, unit) == 1 then
return true
elseif minRangeChecker(unit) then
Expand Down

0 comments on commit ff5cb4b

Please sign in to comment.