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")