from retail

This commit is contained in:
NoM0Re
2025-01-17 17:10:25 +01:00
parent ad4ada1eb9
commit f970df8eab
3 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -985,7 +985,7 @@ Private.load_prototype = {
name = "spellknown",
display = L["Spell Known"],
type = "spell",
test = "WeakAuras.IsSpellKnownForLoad(%q, %s)",
test = "WeakAuras.IsSpellKnownForLoad(%s, %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(%q, %s)",
test = "not WeakAuras.IsSpellKnownForLoad(%s, %s)",
events = {"SPELLS_CHANGED", "UNIT_PET"},
showExactOption = true
},