Fix IsWotLKWow typo

This commit is contained in:
Colton Schlosser
2022-08-31 17:10:58 -05:00
committed by GitHub
parent bd433b8319
commit 57bc1895a6
+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() 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