diff --git a/WeakAurasOptions/LoadOptions.lua b/WeakAurasOptions/LoadOptions.lua index 86887f099c..0342506671 100644 --- a/WeakAurasOptions/LoadOptions.lua +++ b/WeakAurasOptions/LoadOptions.lua @@ -128,7 +128,7 @@ function OptionsPrivate.ConstructOptions(prototype, data, startorder, triggernum local function appendPath(base, ...) local path = CopyTable(base) for i = 1, select("#", ...) do - table.insert(path, select(i, ...)) + table.insert(path, (select(i, ...))) end return path end