Change exit code to RESTART_EXIT_CODE to distinguish from a manual shutdown so that a script can do maintenance and restart the server or allow for a manual exit
current: sWorld->ShutdownServ(preAnnounceSeconds, SHUTDOWN_MASK_RESTART, SHUTDOWN_EXIT_CODE);
proposed: sWorld->ShutdownServ(preAnnounceSeconds, SHUTDOWN_MASK_RESTART, RESTART_EXIT_CODE);
Describe your feature request or suggestion in detail
Change exit code to RESTART_EXIT_CODE to distinguish from a manual shutdown so that a script can do maintenance and restart the server or allow for a manual exit
Describe a possible solution to your feature or suggestion in detail
Additional context
No response