From d65d6d08bd10348a009f278a17c437d6c60585a3 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Sun, 4 Sep 2022 05:47:41 -0500 Subject: [PATCH] Change check for IsTBCWow to IsWotLKWow I got the capitalization correct this time I swear. I triple checked it! --- functions/spells.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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