Skip to content

Commit

Permalink
Merge pull request #340 from Flamanis/IgnoreTalentsWrath
Browse files Browse the repository at this point in the history
Don't use GetTalentInfoByID on Wrath
  • Loading branch information
Tercioo authored Aug 31, 2022
2 parents a43d996 + 3405332 commit 21282dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frames/window_main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21282dc

Please sign in to comment.