From 9f245631a601562feeda08fdf7d23ea641b2b93b Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 7 Feb 2024 11:21:47 -0300 Subject: [PATCH] Fixed an issue in Vanilla when the addon tried to use retail talent api --- frames/window_main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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