Skip to content
2 changes: 2 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ stds.ecs = {
"C_UnitAuras",
"C_UnitAuras.GetAuraDataByIndex",
"C_UnitAuras.GetBuffDataByIndex",
"C_UnitAuras.GetDebuffDataByIndex",
"C_UnitAuras.GetPlayerAuraBySpellID",
"C_VideoOptions.GetGxAdapterInfo",
"C_VoiceChat.ActivateChannel",
"C_VoiceChat.BeginLocalCapture",
Expand Down
3 changes: 0 additions & 3 deletions Modules/Config/SpellSection.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ function _Config:LoadSpellSection()
name = function() return i18n("Haste Bonus") end,
desc = function() return i18n("Shows/Hides the spell haste bonus value.") end,
width = 1.5,
hidden = function()
return (not ECS.IsWotlk)
end,
disabled = function() return (not ExtendedCharacterStats.profile.spell.display); end,
get = function () return ExtendedCharacterStats.profile.spell.hasteBonus.display; end,
set = function (_, value)
Expand Down
Loading
Loading