Due to other mapping tools now available, the spawn points are tracked differently and break the current jobs.
This PR fixes this by not using the spawn points table anymore.
Additionally, this gives an enormous performance boost for the jobs due to no more heavy JOINs.
What we currently loose is the start and end times on the nest page.
I need to figure out a new way how to calculate them.
How Has This Been Tested?
Tested on own instance with standard RM DB.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Due to other mapping tools now available, the spawn points are tracked differently and break the current jobs. This PR fixes this by not using the spawn points table anymore. Additionally, this gives an enormous performance boost for the jobs due to no more heavy JOINs.
What we currently loose is the start and end times on the nest page. I need to figure out a new way how to calculate them.
How Has This Been Tested?
Tested on own instance with standard RM DB.
Types of changes