Merge pull request #341 from cltnschlosser/patch-1

Fix IsWotLKWow typo
This commit is contained in:
Tercio Jose
2022-08-31 19:14:15 -03:00
committed by GitHub
+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