From 6c419d98a821c1d80dea4e29b02bfa968d76e65b Mon Sep 17 00:00:00 2001 From: Rainrider Date: Wed, 14 Aug 2024 20:39:11 +0200 Subject: [PATCH] refactor: fix linter warning --- core/DebugTooltip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/DebugTooltip.lua b/core/DebugTooltip.lua index cb0443d..7fbf809 100644 --- a/core/DebugTooltip.lua +++ b/core/DebugTooltip.lua @@ -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,