from retail

This commit is contained in:
NoM0Re
2025-01-16 21:11:14 +01:00
parent ba4039dae2
commit ec42e803b4
8 changed files with 186 additions and 141 deletions
+2 -2
View File
@@ -985,7 +985,7 @@ Private.load_prototype = {
name = "spellknown",
display = L["Spell Known"],
type = "spell",
test = "WeakAuras.IsSpellKnownForLoad(%s, %s)",
test = "WeakAuras.IsSpellKnownForLoad(%q, %s)",
events = {"SPELLS_CHANGED", "UNIT_PET"},
showExactOption = true
},
@@ -993,7 +993,7 @@ Private.load_prototype = {
name = "not_spellknown",
display = WeakAuras.newFeatureString .. L["|cFFFF0000Not|r Spell Known"],
type = "spell",
test = "not WeakAuras.IsSpellKnownForLoad(%s, %s)",
test = "not WeakAuras.IsSpellKnownForLoad(%q, %s)",
events = {"SPELLS_CHANGED", "UNIT_PET"},
showExactOption = true
},