Skip to content

Commit

Permalink
text2 and text3 now available for user assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Sep 12, 2020
1 parent 977faf5 commit d4ffb75
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Aptechka.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d4ffb75

Please sign in to comment.