diff --git a/Plater_DefaultSettings.lua b/Plater_DefaultSettings.lua index acb4b6bd..6d359003 100644 --- a/Plater_DefaultSettings.lua +++ b/Plater_DefaultSettings.lua @@ -803,7 +803,6 @@ PLATER_DEFAULT_SETTINGS = { aura_cooldown_edge_texture = [[Interface\AddOns\Plater\images\cooldown_edge_2]], aura_enabled = true, - auras_experimental_update_classic_era = true, aura_show_tooltip = false, aura_width = 26, aura_height = 16, diff --git a/Plater_OptionsPanel.lua b/Plater_OptionsPanel.lua index ee2d5911..eba01b22 100644 --- a/Plater_OptionsPanel.lua +++ b/Plater_OptionsPanel.lua @@ -2704,20 +2704,6 @@ local debuff_options = { }, } -if IS_WOW_PROJECT_CLASSIC_ERA then - tinsert(debuff_options, 5, { - type = "toggle", - boxfirst = true, - get = function() return Plater.db.profile.auras_experimental_update_classic_era end, - set = function (self, fixedparam, value) - Plater.db.profile.auras_experimental_update_classic_era = value - Plater.RefreshAuraCache() - end, - name = "Enable experimental aura updates", - desc = "Enable experimental aura updates for classic era.\nMight help in tracking enemy buffs that are applied while the nameplate is visible.", - }) -end - _G.C_Timer.After(0.850, function() --~delay debuff_options.always_boxfirst = true debuff_options.language_addonId = addonId