from retail

fix #36
This commit is contained in:
Bunny67
2020-07-18 00:02:27 +03:00
parent bd5ad2b6c1
commit 741c70cbb5
4 changed files with 19 additions and 12 deletions
+5 -1
View File
@@ -408,7 +408,11 @@ local function GetGenericTriggerOptions(data, triggernum)
control = "WeakAurasSortedDropdown",
hidden = function() return not (trigger.type == "event" and trigger.event == "Combat Log" and subevent_actual_prefix_types[trigger.subeventPrefix]); end,
get = function(info)
return trigger.subevent
return trigger.subeventSuffix
end,
set = function(info, v)
trigger.subeventSuffix = v
WeakAuras.Add(data)
end
},
spacer_suffix = {