diff --git a/functions/spells.lua b/functions/spells.lua index bb5a1d04..80e11044 100644 --- a/functions/spells.lua +++ b/functions/spells.lua @@ -8,7 +8,7 @@ do _detalhes.PotionList [spellID] = true end - if (DetailsFramework.IsTBCWow()) then + if (DetailsFramework.IsWotLKWow()) then _detalhes.SpecSpellList = { --~spec -- Balance Druid: @@ -3379,4 +3379,4 @@ function Details.StoreSpells() SplitLoadFrame:SetScript ("OnUpdate", SplitLoadFunc) SplitLoadFrame.NextActorContainer = 1 SplitLoadFrame.NextActorIndex = 1 -end \ No newline at end of file +end