This commit is contained in:
Bunny67
2020-06-07 15:01:05 +03:00
parent 45f4b455e9
commit 294a27d2f6
3 changed files with 8 additions and 27 deletions
+1 -1
View File
@@ -724,7 +724,7 @@ function WeakAuras.ConstructOptions(prototype, data, startorder, triggernum, tri
end
end
end
return useExactSpellId and L["Invalid Spell ID"] or L["Invalid Spell Name/ID/Link"];
return useExactSpellId and L["Invalid Spell ID"] or (arg.conditionType == "string" and L["Invalid Spell Name/Link"] or L["Invalid Spell Name/ID/Link"]);
else
return nil;
end