updated lib RaidStatus and general bug fixes; ToC Updates

This commit is contained in:
Tercio Jose
2021-07-01 18:46:46 -03:00
parent 2da8f23489
commit 07a60b42ec
15 changed files with 306 additions and 111 deletions
+5 -3
View File
@@ -2163,10 +2163,12 @@ local icon_frame_on_enter = function (self)
_detalhes:AddTooltipHeaderStatusbar()
local talent_string = ""
if (talents) then
if (talents and not DetailsFramework.IsTBCWow()) then
for i = 1, #talents do
--local talentID, name, texture, selected, available = GetTalentInfoByID (talents [i])
--talent_string = talent_string .. " |T" .. texture .. ":" .. 24 .. ":" .. 24 ..":0:0:64:64:4:60:4:60|t"
local talentID, name, texture, selected, available = GetTalentInfoByID(talents [i])
if (texture) then
talent_string = talent_string .. " |T" .. texture .. ":" .. 24 .. ":" .. 24 ..":0:0:64:64:4:60:4:60|t"
end
end
end