Don't use GetTalentInfoByID on Wrath

This commit is contained in:
Flamanis
2022-08-31 15:15:12 -05:00
committed by GitHub
parent ab2d87b27e
commit 34053325e8
+1 -1
View File
@@ -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