From 01c878e33f71e7a9563dd2edb52301bf9e47f674 Mon Sep 17 00:00:00 2001 From: NoM0Re <1629787+NoM0Re@users.noreply.github.com> Date: Sat, 23 Aug 2025 05:03:01 +0200 Subject: [PATCH] (fix/Conditions) ProgressSource condition formatter Removes an extra argument from the string.format call in formatValueForAssignment --- WeakAuras/Conditions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/Conditions.lua b/WeakAuras/Conditions.lua index cd2c8d4..a82e633 100644 --- a/WeakAuras/Conditions.lua +++ b/WeakAuras/Conditions.lua @@ -74,7 +74,7 @@ local function formatValueForAssignment(vType, value, pathToCustomFunction, path ) return serialized else - local serialized = string.format("{%s, %s, %s, %s, %s, %s, %s, %s}", + local serialized = string.format("{%s, %s, %s, %s, %s, %s, %s}", trigger, Private.QuotedString(progressType), Private.QuotedString(property or "nil"),