Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Apr 7, 2024
1 parent b5c4ede commit e68e20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElvUI_Libraries/Core/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-ElvUI"
local MINOR_VERSION = 15 -- real minor version: 13
local MINOR_VERSION = 16 -- real minor version: 13

-- GLOBALS: LibStub, CreateFrame

Expand Down Expand Up @@ -197,7 +197,7 @@ if not isRetail then
end

if isEraSOD then
MatchSpellByID[401417] = true -- conflicts with Racial Passive on Trolls
MatchSpellByID[401417] = true -- Regeneration (Rune): Conflicts with Racial Passive on Trolls

tinsert(FriendSpells.MAGE, 401417) -- Regeneration (40 yards)
tinsert(FriendSpells.MAGE, 412510) -- Mass Regeneration (40 yards)
Expand Down

0 comments on commit e68e20d

Please sign in to comment.