I mean the purple progress globe, not the health globe.
I modified the priority of progress globe . Something better.
I add these codes to Plugins\Trinity\Cache\Weighting.cs : (line 825 , Trinity 2.13.59)
case TrinityObjectType.ProgressionGlobe:
{
cacheObject.Weight = MaxWeight; //this is code added in
break; //this is code added in