small fixes

This commit is contained in:
NoM0Re
2025-03-14 12:14:56 +01:00
parent 3c574cb4a6
commit 514845c2aa
5 changed files with 14 additions and 18 deletions
-3
View File
@@ -2724,9 +2724,6 @@ function BuffTrigger.GetNameAndIconSimple(data, triggernum)
end
--- Returns the name and icon to show in the options.
--- @param data table
--- @param triggernum number
--- @return string|nil name, any icon
function BuffTrigger.GetNameAndIcon(data, triggernum)
local name, icon = BuffTrigger.GetNameAndIconSimple(data, triggernum)
if (not name or not icon and WeakAuras.spellCache) then