From 57bc1895a68c20dec674bee86c0f882eb4d50076 Mon Sep 17 00:00:00 2001 From: Colton Schlosser <1498529+cltnschlosser@users.noreply.github.com> Date: Wed, 31 Aug 2022 17:10:58 -0500 Subject: [PATCH] Fix IsWotLKWow typo --- frames/window_main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frames/window_main.lua b/frames/window_main.lua index 65b538798..3daa863e1 100644 --- a/frames/window_main.lua +++ b/frames/window_main.lua @@ -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