mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Scripts/Commands: Some adjustments to make shutdown commands more user-friendly.
- New error message if a shutdown is delayed due to force threshold.
- New status message indicating that a server shutdown was successfully cancelled.
(cherry picked from commit d760219062)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- insert new delay notice messages for server shutdown commands
|
||||
DELETE FROM `trinity_string` WHERE `entry` IN (11017,11018);
|
||||
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES
|
||||
(11017,"Server shutdown delayed to %d seconds as other users are still connected. Specify 'force' to override."),
|
||||
(11018,"Server shutdown scheduled for T+%d seconds was successfully cancelled.");
|
||||
Reference in New Issue
Block a user