diff --git a/frames/window_main.lua b/frames/window_main.lua index bba1a5ef..65b53879 100644 --- a/frames/window_main.lua +++ b/frames/window_main.lua @@ -2166,7 +2166,7 @@ local icon_frame_on_enter = function (self) _detalhes:AddTooltipHeaderStatusbar() local talent_string = "" - if (talents and not DetailsFramework.IsTBCWow()) then + if (talents and not (DetailsFramework.IsTBCWow() or DetailsFramework.IsWoTLKWow())) then for i = 1, #talents do local talentID, name, texture, selected, available = GetTalentInfoByID(talents [i]) if (texture) then