Fixed combability issues with the tbc beta version

This commit is contained in:
Tercio Jose
2021-04-13 18:02:15 -03:00
parent bc97d279b9
commit 4a28c63b4e
5 changed files with 21 additions and 15 deletions
+6 -1
View File
@@ -77,7 +77,12 @@
if (specIcon) then
self.specIcon:SetTexture(specIcon)
self.specIcon:SetTexCoord(L, R, T, B)
specId, specName, specDescription, specIconId, specRole, specClass = _G.GetSpecializationInfoByID(self.playerObject.spec)
if (DetailsFramework.IsTimewalkWoW()) then
specRole = "NONE"
else
specId, specName, specDescription, specIconId, specRole, specClass = _G.GetSpecializationInfoByID(self.playerObject.spec)
end
else
self.specIcon:SetTexture(nil)
end