From 34053325e8344275405db39423ffd56c1d5f0fec Mon Sep 17 00:00:00 2001 From: Flamanis Date: Wed, 31 Aug 2022 15:15:12 -0500 Subject: [PATCH] Don't use GetTalentInfoByID on Wrath --- 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 8c6aeb241..3febe290c 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