Prevent GUID overflow

Not sure how many crashes are related to GUID overflows but considering the amount of players spawning gameobjects / NPCs and similar:
Implement a scheduled server restart if the GUID limit is about to be reached with an automatic announcement notifying the players about the reason:
Restarts are way better than crashes!
Implement a scheduled server restart if the GUID limit is about to be reached with an automatic announcement notifying the players about the reason:
"The server will be restarted shortly to prevent a crash."
Server restart in 10 minutes
Restarts are way better than crashes!