Skip to content

Commit

Permalink
LRC.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Nov 23, 2023
1 parent e52fb3c commit 7a1df17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/LibRangeCheck-3.0/LibRangeCheck-3.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ function lib:init(forced)
local _, playerRace = UnitRace("player")

local interactList = InteractLists[playerRace] or DefaultInteractList
self.handSlotItem = GetInventoryItemLink("player", "HANDSLOT")
self.handSlotItem = GetInventoryItemLink("player", "HANDSSLOT")
local changed = false
if updateCheckers(self.friendRC, self.friendRCInCombat, createCheckerList(FriendSpells[playerClass], FriendItems, interactList)) then
changed = true
Expand Down

0 comments on commit 7a1df17

Please sign in to comment.