Skip to content

Commit

Permalink
Fix missing LibRangeCheck declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
brittyazel committed Dec 23, 2023
1 parent d83f1fe commit 5ff6af6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Overrides.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
-- Create a local handle to our addon table
---@type EnhancedRaidFrames
local EnhancedRaidFrames = _G.EnhancedRaidFrames
local LibRangeCheck = LibStub("LibRangeCheck-2.0")

-------------------------------------------------------------------------
-------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion Utils/Utilities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ local EnhancedRaidFrames = _G.EnhancedRaidFrames
-- Import libraries
local L = LibStub("AceLocale-3.0"):GetLocale("EnhancedRaidFrames")
local LibDeflate = LibStub:GetLibrary("LibDeflate")
local LibRangeCheck = LibStub("LibRangeCheck-2.0")

-------------------------------------------------------------------------
-------------------------------------------------------------------------
Expand Down

0 comments on commit 5ff6af6

Please sign in to comment.