This commit is contained in:
Bunny67
2020-06-05 17:42:31 +03:00
parent 40e15d2718
commit 01d5b17e31
+1 -1
View File
@@ -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