Skip to content

Commit

Permalink
Fix spellbook functions bookType arg on TWW
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds authored and InfusOnWoW committed Jun 6, 2024
1 parent 8e91631 commit b1e99b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = 15
local MINOR_VERSION = 16

---@class lib
local lib, oldminor = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
Expand All @@ -66,7 +66,7 @@ local tinsert = tinsert
local tremove = tremove
local tostring = tostring
local setmetatable = setmetatable
local BOOKTYPE_SPELL = BOOKTYPE_SPELL
local BOOKTYPE_SPELL = BOOKTYPE_SPELL or Enum.SpellBookSpellBank.Player
local GetSpellBookItemName = GetSpellBookItemName
local C_Item = C_Item
local UnitCanAttack = UnitCanAttack
Expand Down

0 comments on commit b1e99b0

Please sign in to comment.