Adding again the option to remove enemy players from battlegrounds.
This commit is contained in:
@@ -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"},
|
||||
|
||||
|
||||
+1
-1
@@ -1602,7 +1602,7 @@ Damage Update Status: @INSTANCEDAMAGESTATUS
|
||||
|
||||
else
|
||||
Details:Msg("coach disabled.")
|
||||
Details.DisableCoach()
|
||||
Details.Coach.Disable()
|
||||
end
|
||||
|
||||
elseif (msg == "9") then
|
||||
|
||||
Reference in New Issue
Block a user