From 9ed4a9fb3ee726d19569c6a4492093c1221b198d Mon Sep 17 00:00:00 2001 From: Simpy Date: Tue, 13 Oct 2020 12:36:00 -0400 Subject: [PATCH] this was added twice :L --- ElvUI/Core/Core.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/ElvUI/Core/Core.lua b/ElvUI/Core/Core.lua index 6ea701061..2861fdeec 100644 --- a/ElvUI/Core/Core.lua +++ b/ElvUI/Core/Core.lua @@ -1395,21 +1395,6 @@ function E:DBConversions() E:CopyTable(E.global.unitframe.aurawatch, E.global.unitframe.buffwatch) E.global.unitframe.buffwatch = nil end - - if E.global.unitframe.DebuffHighlightColors then - E:CopyTable(E.global.unitframe.AuraHighlightColors, E.global.unitframe.DebuffHighlightColors) - E.global.unitframe.DebuffHighlightColors = nil - end - - if E.db.unitframe.filters.buffwatch then - E.db.unitframe.filters.aurawatch = E:CopyTable({}, E.db.unitframe.filters.buffwatch) - E.db.unitframe.filters.buffwatch = nil - end - - if E.global.unitframe.buffwatch then - E:CopyTable(E.global.unitframe.aurawatch, E.global.unitframe.buffwatch) - E.global.unitframe.buffwatch = nil - end end function E:RefreshModulesDB() -- GitLab