Skip to content

Commit

Permalink
fix: remove "TWW Season 1" from filter description in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnylam88 committed Mar 4, 2025
1 parent a75f6a8 commit ea37f00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TheWarWithin/WarriorArms.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ spec:RegisterAbilities( {
local NewFeature = "|TInterface\\OptionsFrame\\UI-OptionsFrame-NewFeatureIcon:0|t"

spec:RegisterSetting( "spell_reflection_filter", true, {
name = format( "%s Filter M+ |T132361:0|t Spell Reflection (TWW Season 1)", NewFeature ),
name = format( "%s Filter M+ |T132361:0|t Spell Reflection", NewFeature ),
desc = "If checked, then the addon will only suggest |T132361:0|t Spell Reflection on reflectable spells that target the player.",
type = "toggle",
width = "full",
Expand Down
2 changes: 1 addition & 1 deletion TheWarWithin/WarriorFury.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1927,7 +1927,7 @@ spec:RegisterAbilities( {
local NewFeature = "|TInterface\\OptionsFrame\\UI-OptionsFrame-NewFeatureIcon:0|t"

spec:RegisterSetting( "spell_reflection_filter", true, {
name = format( "%s Filter M+ |T132361:0|t Spell Reflection (TWW Season 1)", NewFeature ),
name = format( "%s Filter M+ |T132361:0|t Spell Reflection", NewFeature ),
desc = "If checked, then the addon will only suggest |T132361:0|t Spell Reflection on reflectable spells that target the player.",
type = "toggle",
width = "full",
Expand Down
2 changes: 1 addition & 1 deletion TheWarWithin/WarriorProtection.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@ spec:RegisterAbilities( {
local NewFeature = "|TInterface\\OptionsFrame\\UI-OptionsFrame-NewFeatureIcon:0|t"

spec:RegisterSetting( "spell_reflection_filter", true, {
name = format( "%s Filter M+ |T132361:0|t Spell Reflection (TWW Season 1)", NewFeature ),
name = format( "%s Filter M+ |T132361:0|t Spell Reflection", NewFeature ),
desc = "If checked, then the addon will only suggest |T132361:0|t Spell Reflection on reflectable spells that target the player.",
type = "toggle",
width = "full",
Expand Down

0 comments on commit ea37f00

Please sign in to comment.