diff --git a/fw.lua b/fw.lua index 493cceb..4067224 100644 --- a/fw.lua +++ b/fw.lua @@ -378,7 +378,7 @@ end ---@param specId number? ---@return string function DF.UnitGroupRolesAssigned(unitId, bUseSupport, specId) - local role + local role = "NONE" if (specId == 1473 and bUseSupport) then return "SUPPORT"