This commit is contained in:
Tercio Jose
2021-04-03 18:40:01 -03:00
parent f82f706bfa
commit 10936adf71
25 changed files with 344 additions and 99 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ local ItemUpgradeInfo = LibStub ("LibItemUpgradeInfo-1.0")
local ItemUpgradeInfo
local LibGroupInSpecT
if (DetailsFramework.IsClassicWow()) then
if (DetailsFramework.IsTimewalkWoW()) then
ItemUpgradeInfo = false
LibGroupInSpecT = false
end
@@ -1960,7 +1960,7 @@ function ilvl_core:CalcItemLevel (unitid, guid, shout)
local spec
local talents = {}
if (not DetailsFramework.IsClassicWow()) then
if (not DetailsFramework.IsTimewalkWoW()) then
spec = GetInspectSpecialization (unitid)
if (spec and spec ~= 0) then
_detalhes.cached_specs [guid] = spec