From d3e9a82ace0c4a512686b18a211137d45b4247bf Mon Sep 17 00:00:00 2001 From: Flamanis Date: Sun, 12 Jun 2022 17:05:30 -0500 Subject: [PATCH] TBC/Classic if no talents return DAMAGER --- Libs/DF/fw.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index b3133c90..e7930886 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -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)