from retail

This commit is contained in:
Bunny67
2020-07-12 02:03:03 +03:00
parent f95aaa696b
commit d5c19a28e5
7 changed files with 70 additions and 47 deletions
+4 -4
View File
@@ -749,11 +749,11 @@ WeakAuras.load_prototype = {
desc = constants.nameRealmFilterDesc,
},
{
name = "namerealmblack",
display = L["Blacklisted Player Name/Realm"],
name = "ignoreNameRealm",
display = L["|cFFFF0000Not|r Player Name/Realm"],
type = "string",
test = "not nameRealmBlacklistChecker:Check(player, realm)",
preamble = "local nameRealmBlacklistChecker = WeakAuras.ParseNameCheck(%q)",
test = "not nameRealmIgnoreChecker:Check(player, realm)",
preamble = "local nameRealmIgnoreChecker = WeakAuras.ParseNameCheck(%q)",
desc = constants.nameRealmFilterDesc,
},
{