TBC/Classic if no talents return DAMAGER

This commit is contained in:
Flamanis
2022-06-12 17:05:30 -05:00
committed by GitHub
parent cf9072162c
commit d3e9a82ace
+2 -1
View File
@@ -1,6 +1,6 @@
local dversion = 321
local dversion = 322
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)
@@ -147,6 +147,7 @@ function DF:GetRoleByClassicTalentTree()
local role = roleBySpecTextureName[specTexture]
return role or "NONE"
end
return "DAMAGER"
end
function DF.UnitGroupRolesAssigned(unitId)