Skip to content

Commit

Permalink
Add upvalue for function used in CLEU
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Aug 20, 2024
1 parent c5e07b3 commit 7aade33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KillTrack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ local NAME, KT = ...
_G[NAME] = KT

-- Upvalue some functions used in CLEU
local IsGUIDInGroup = IsGUIDInGroup
local UnitGUID = UnitGUID
local UnitIsTapDenied = UnitIsTapDenied
local UnitTokenFromGUID = UnitTokenFromGUID
Expand Down

0 comments on commit 7aade33

Please sign in to comment.