change C_Timer.After
This commit is contained in:
@@ -1234,6 +1234,9 @@ function GenericTrigger.Add(data, region)
|
||||
triggerFunc = WeakAuras.LoadFunction("return "..(trigger.custom or ""), id);
|
||||
if (trigger.custom_type == "stateupdate") then
|
||||
tsuConditionVariables = WeakAuras.LoadFunction("return function() return \n" .. (trigger.customVariables or "") .. "\n end");
|
||||
if not tsuConditionVariables then
|
||||
tsuConditionVariables = function() return end
|
||||
end
|
||||
end
|
||||
|
||||
if(trigger.custom_type == "status" or trigger.custom_type == "event" and trigger.custom_hide == "custom") then
|
||||
|
||||
Reference in New Issue
Block a user