added pvp status for for load auras
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user