From ea37f0093cb7027231462ee0e4ff30b17855739a Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Tue, 4 Mar 2025 16:16:43 -0500 Subject: [PATCH] fix: remove "TWW Season 1" from filter description in settings --- TheWarWithin/WarriorArms.lua | 2 +- TheWarWithin/WarriorFury.lua | 2 +- TheWarWithin/WarriorProtection.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TheWarWithin/WarriorArms.lua b/TheWarWithin/WarriorArms.lua index 69b474546..3b7f3fab5 100644 --- a/TheWarWithin/WarriorArms.lua +++ b/TheWarWithin/WarriorArms.lua @@ -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", diff --git a/TheWarWithin/WarriorFury.lua b/TheWarWithin/WarriorFury.lua index d3238bea4..925d3c8df 100644 --- a/TheWarWithin/WarriorFury.lua +++ b/TheWarWithin/WarriorFury.lua @@ -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", diff --git a/TheWarWithin/WarriorProtection.lua b/TheWarWithin/WarriorProtection.lua index f1432144f..9b2c1ee0f 100644 --- a/TheWarWithin/WarriorProtection.lua +++ b/TheWarWithin/WarriorProtection.lua @@ -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",