Skip to content

Commit 34a488a

Browse files
committed
Fix iFilger filter.
1 parent f0475de commit 34a488a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ProjectAzilroka/Modules/iFilger.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local LSM = PA.Libs.LSM
44
local _G = _G
55
_G.iFilger, PA.iFilger = IF, IF
66

7-
IF.Title, IF.Description, IF.Authors, IF.isEnabled = 'iFilger', ACL['Minimalistic Auras / Buffs / Procs / Cooldowns'], 'Azilroka Nils Ruesch Ildyria', false
7+
IF.Title, IF.Description, IF.Authors, IF.isEnabled = 'iFilger', ACL['Minimalistic Auras / Buffs / Procs / Cooldowns'], 'Azilroka Nils Ruesch Ildyria Nihilistzsche', false
88

99
local CreateFrame, UIParent = CreateFrame, UIParent
1010

@@ -254,7 +254,8 @@ function IF:ToggleMover(frame)
254254
end
255255
end
256256

257-
function IF:CustomFilter(element, unit, button, name, auraData)
257+
function IF:CustomFilter(element, unit, button, auraData)
258+
local spellID, duration = auraData.spellId, auraData.duration
258259
if duration == 0 then
259260
return false
260261
end

0 commit comments

Comments
 (0)