Release Candidate 2

This commit is contained in:
Tercio Jose
2022-11-18 22:39:39 -03:00
parent 1c8dfb3ab7
commit fa8ba5ac05
4 changed files with 18 additions and 25 deletions
+2 -1
View File
@@ -10,7 +10,7 @@ local GetSpellInfo = GetSpellInfo
local lower = string.lower
local GetSpellBookItemInfo = GetSpellBookItemInfo
local CONST_MAX_SPELLS = 400000
local CONST_MAX_SPELLS = 450000
function DF:GetAuraByName (unit, spellName, isDebuff)
isDebuff = isDebuff and "HARMFUL|PLAYER"
@@ -862,6 +862,7 @@ function DF:CreateAuraConfigPanel (parent, name, db, change_callback, options, t
local title = DF:CreateLabel(parent, title)
title.textcolor = "silver"
title.textsize = 10
title:SetPoint("bottomleft", scroll, "topleft", 0, 2)
for i = 1, lineAmount do