fix #7
This commit is contained in:
parent
40e15d2718
commit
01d5b17e31
1 changed files with 1 additions and 1 deletions
|
|
@ -6075,7 +6075,7 @@ function WeakAuras.RunCustomTextFunc(region, customFunc)
|
|||
end
|
||||
end
|
||||
|
||||
local custom = {select(2, customFunc(expirationTime or math.huge, duration or 0, progress, dur, name, icon, stacks))}
|
||||
local custom = {customFunc(expirationTime or math.huge, duration or 0, progress, dur, name, icon, stacks)}
|
||||
WeakAuras.ActivateAuraEnvironment(nil)
|
||||
return custom
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue