added pvp status for for load auras

This commit is contained in:
Bunny67
2021-03-08 12:58:34 +03:00
parent cc4f2a33b6
commit 47eb74ed3d
2 changed files with 14 additions and 2 deletions
+9
View File
@@ -759,6 +759,15 @@ Private.load_prototype = {
optional = true,
events = {"PLAYER_DEAD", "PLAYER_ALIVE", "PLAYER_UNGHOST"}
},
{
name = "pvpmode",
display = L["PvP Mode Active"],
type = "tristate",
init = "arg",
width = WeakAuras.normalWidth,
optional = true,
events = {"PLAYER_FLAGS_CHANGED", "UNIT_FACTION", "ZONE_CHANGED"}
},
{
name = "never",
display = L["Never"],