This commit is contained in:
NoM0Re
2025-04-04 09:55:04 +02:00
parent 6cdfcac1b1
commit a595ef2a4a
15 changed files with 45 additions and 139 deletions
+1 -1
View File
@@ -705,7 +705,7 @@ local function singleTest(arg, trigger, use, name, value, operator, use_exact, c
return name;
end
end
elseif arg.type == "spell" or arg.type == "item" then
elseif (arg.type == "spell") then
if arg.showExactOption then
return "("..arg.test:format(value, tostring(use_exact) or "false") ..")";
else