Change check for IsTBCWow to IsWotLKWow

I got the capitalization correct this time I swear. I triple checked it!
This commit is contained in:
Flamanis
2022-09-04 05:47:41 -05:00
parent 2b2f45e3e5
commit d65d6d08bd
+2 -2
View File
@@ -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
end