diff --git a/WeakAuras/GenericTrigger.lua b/WeakAuras/GenericTrigger.lua index 9e4ede9..d2407ac 100644 --- a/WeakAuras/GenericTrigger.lua +++ b/WeakAuras/GenericTrigger.lua @@ -3708,7 +3708,6 @@ function GenericTrigger.CreateFallbackState(data, triggernum, state) end if (event.durationFunc) then - local arg1, arg2, arg3, inverse = event.durationFunc(firstTrigger); local success, arg1, arg2, arg3, inverse = pcall(event.durationFunc, firstTrigger); if not success then geterrorhandler()(arg1)