Skip to content

Commit 0bd0e96

Browse files
committed
luacheckrc udpate
1 parent 28ec680 commit 0bd0e96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.luacheckrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,5 @@ globals = {
100100
"UnitPlayerOrPetInRaid",
101101
"UnitIsUnit",
102102
"UnitExists",
103+
"UnitIsFriend",
103104
}

LibTargetedCasts.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ local UnitIsUnit = UnitIsUnit
3030
local UnitExists = UnitExists
3131
local UnitCastingInfo = UnitCastingInfo
3232
local UnitChannelInfo = UnitChannelInfo
33+
local UnitIsFriend = UnitIsFriend
3334

3435
f:SetScript("OnEvent", function(self, event, ...)
3536
return self[event](self, event, ...)

0 commit comments

Comments
 (0)