Skip to content

Commit

Permalink
refactor: fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainrider committed Aug 14, 2024
1 parent 743a0d2 commit 6c419d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/DebugTooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ local function AddPetActionInfo(tooltip, slot)
end

local spellIdGetters = {
GetUnitAura = function(...) -- unit, index, filter
GetUnitAura = function(...)
local data = C_UnitAuras.GetAuraDataByIndex(unpack(...))
return data and data.spellId
end,
Expand Down

0 comments on commit 6c419d9

Please sign in to comment.