aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2016_08_06_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_06_00_world.sql b/sql/updates/world/3.3.5/2016_08_06_00_world.sql
new file mode 100644
index 00000000000..250ba104ae5
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_08_06_00_world.sql
@@ -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.");