diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index 50b675c4..72adc4e6 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -72,7 +72,7 @@ function DF.IsTBCWow() end function DF.UnitGroupRolesAssigned (unitId) - if (UnitGroupRolesAssigned) then + if (not DF.IsTimewalkWoW()) then --Was function exist check. TBC has function, returns NONE. -Flamanis 5/16/2022 return UnitGroupRolesAssigned (unitId) else --attempt to guess the role by the player spec