From d4ffb7546c8966a8cd525ae64f0c4fcf2b596207 Mon Sep 17 00:00:00 2001 From: d87 Date: Sat, 12 Sep 2020 21:48:00 +0700 Subject: [PATCH] text2 and text3 now available for user assignments --- Aptechka.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Aptechka.lua b/Aptechka.lua index 11bc8dc..e32c76d 100644 --- a/Aptechka.lua +++ b/Aptechka.lua @@ -681,9 +681,7 @@ function Aptechka.GetWidgetListRaw() list[slot] = string.format("|cff77ff77%s|r",slot) end end - list["healfeedback"] = "healfeedback" list["border"] = "border" - list["bossdebuff"] = "bossdebuff" list["healthColor"] = "healthColor" return list end @@ -695,8 +693,6 @@ function Aptechka.GetWidgetList() list["unhealable"] = nil list["vehicle"] = nil list["text1"] = nil - list["text2"] = nil - list["text3"] = nil list["incomingCastIcon"] = nil return list end @@ -765,7 +761,7 @@ end function Aptechka:UpdateUnprotectedUpvalues() ignoreplayer = config.incomingHealIgnorePlayer or false fgShowMissing = Aptechka.db.profile.fgShowMissing - debuffLimit = AptechkaDB.profile.debuffLimit + Aptechka._BossDebuffScale = Aptechka.db.global.widgetConfig.debuffIcons.bigscale gradientHealthColor = Aptechka.db.profile.gradientHealthColor damageEffect = Aptechka.db.profile.damageEffect enableTraceheals = config.enableTraceHeals and next(traceheals)