Adding again the option to remove enemy players from battlegrounds.

This commit is contained in:
Tercio Jose
2020-11-04 09:22:59 -03:00
parent 93a7a8cc69
commit 84a6c8b9dc
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -402,6 +402,15 @@ do
name = Loc ["STRING_OPTIONS_BG_UNIQUE_SEGMENT"],
desc = Loc ["STRING_OPTIONS_BG_UNIQUE_SEGMENT_DESC"],
},
{--battleground show enemies
type = "toggle",
get = function() return _detalhes.pvp_as_group end,
set = function (self, fixedparam, value)
_detalhes.pvp_as_group = value
end,
name = Loc ["STRING_OPTIONS_BG_ALL_ALLY"],
desc = Loc ["STRING_OPTIONS_BG_ALL_ALLY_DESC"],
},
{type = "blank"},