Library update

This commit is contained in:
Tercio Jose
2022-09-30 22:07:42 -03:00
parent 19e0a362c7
commit b758956649
5 changed files with 57 additions and 44 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ function Details.AuraTracker.RefreshScroll(self, data, offset, totalLines)
line.Icon.texture = auraInfo.icon
line.Name.text = auraInfo.name
line.SpellId.text = auraInfo.spellId
line.LuaTableEntry.text = formatToLuaTable.doFormat2NoIndex(auraInfo)
line.LuaTableEntry.text = formatToLuaTable.doFormat5(auraInfo) --doFormat2NoIndex
line.Points.text = formatToLuaTable.doFormat2NoIndexFromCache(auraInfo)
end
end