diff --git a/frames/window_main.lua b/frames/window_main.lua index 63d8e332..6d53f16b 100644 --- a/frames/window_main.lua +++ b/frames/window_main.lua @@ -2113,7 +2113,7 @@ local iconFrame_OnEnter = function(self) Details:AddTooltipHeaderStatusbar() local talentString = "" - if (talents and not (DetailsFramework.IsTBCWow() or DetailsFramework.IsWotLKWow())) then + if (talents and not (DetailsFramework.IsClassicWow() or DetailsFramework.IsTBCWow() or DetailsFramework.IsWotLKWow())) then for i = 1, #talents do local talentID, talentName, texture, selected, available = GetTalentInfoByID(talents [i]) if (texture) then