updated lib RaidStatus and general bug fixes; ToC Updates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user