Skip to content

Commit

Permalink
Update LibRangeCheck-3.0.lua
Browse files Browse the repository at this point in the history
resolves a "Cannot assign `string` to parameter" warning.
see
https://warcraft.wiki.gg/wiki/InventorySlotId
  • Loading branch information
DakJaniels authored and Stanzilla committed Nov 23, 2023
1 parent 4dd8bf6 commit 9ac2fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibRangeCheck-3.0/LibRangeCheck-3.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ local UnitClass = UnitClass
local UnitRace = UnitRace
local GetInventoryItemLink = GetInventoryItemLink
local GetTime = GetTime
local HandSlotId = GetInventorySlotInfo("HandsSlot")
local HandSlotId = GetInventorySlotInfo("HANDSSLOT")
local math_floor = math.floor
local UnitIsVisible = UnitIsVisible

Expand Down

0 comments on commit 9ac2fac

Please sign in to comment.