frrom retail

This commit is contained in:
Bunny67
2021-03-08 12:58:09 +03:00
parent 6e530142d3
commit cc4f2a33b6
3 changed files with 57 additions and 41 deletions
+4 -4
View File
@@ -830,7 +830,7 @@ Private.load_prototype = {
},
{
name = "talent",
display = L["Talent selected"],
display = L["Talent"],
type = "multiselect",
values = valuesForTalentFunction,
test = "WeakAuras.CheckTalentByIndex(%d)",
@@ -838,7 +838,7 @@ Private.load_prototype = {
},
{
name = "talent2",
display = L["And Talent selected"],
display = L["And Talent"],
type = "multiselect",
values = valuesForTalentFunction,
test = "WeakAuras.CheckTalentByIndex(%d)",
@@ -849,7 +849,7 @@ Private.load_prototype = {
},
{
name = "talent3",
display = L["And Talent selected"],
display = L["And Talent"],
type = "multiselect",
values = valuesForTalentFunction,
test = "WeakAuras.CheckTalentByIndex(%d)",
@@ -902,7 +902,7 @@ Private.load_prototype = {
},
{
name = "size",
display = L["Instance Type"],
display = L["Instance Size Type"],
type = "multiselect",
values = "instance_types",
init = "arg",