from retail

This commit is contained in:
Bunny67
2020-08-30 10:35:07 +03:00
parent a1bb00a773
commit 9d8f4960b7
3 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ function WeakAuras.ConstructOptions(prototype, data, startorder, triggernum, tri
name = L["Operator"],
order = order,
hidden = hidden,
values = arg.operator_types_without_equal and operator_types_without_equal or operator_types,
values = arg.operator_types == "without_equal" and operator_types_without_equal or operator_types,
disabled = function() return not trigger["use_"..realname]; end,
get = function() return trigger["use_"..realname] and trigger[realname.."_operator"] or nil; end,
set = function(info, v)