From d2254f51f1a4881305809b3a826ac04ee06bd940 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Sun, 4 Sep 2022 09:48:18 -0500 Subject: [PATCH] Send spec data in Wrath --- core/gears.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gears.lua b/core/gears.lua index dc7551cb..1cbf6b68 100644 --- a/core/gears.lua +++ b/core/gears.lua @@ -2358,7 +2358,7 @@ function Details:DecompressData (data, dataType) end --oldschool talent tree -if (DetailsFramework.IsTBCWow()) then +if (DetailsFramework.IsWotLKWow()) then local talentWatchClassic = CreateFrame ("frame") talentWatchClassic:RegisterEvent("CHARACTER_POINTS_CHANGED") talentWatchClassic:RegisterEvent("SPELLS_CHANGED")