Skip to content

Commit

Permalink
Merge pull request #341 from cltnschlosser/patch-1
Browse files Browse the repository at this point in the history
Fix IsWotLKWow typo
  • Loading branch information
Tercioo authored Aug 31, 2022
2 parents bd433b8 + 57bc189 commit 280ca04
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() or DetailsFramework.IsWoTLKWow())) 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 280ca04

Please sign in to comment.