From 7f3521f8218b5e80c8a0cb85c00c7b27248f7620 Mon Sep 17 00:00:00 2001 From: brenoepic Date: Sat, 31 Dec 2022 07:29:45 +0000 Subject: [PATCH] Update 3_5_0 to 4_0_0.sql --- sqlupdates/3_5_0 to 4_0_0.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sqlupdates/3_5_0 to 4_0_0.sql b/sqlupdates/3_5_0 to 4_0_0.sql index baae309d..d2e8ffc6 100644 --- a/sqlupdates/3_5_0 to 4_0_0.sql +++ b/sqlupdates/3_5_0 to 4_0_0.sql @@ -3,4 +3,6 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.succes.cmd_chang INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.succes.cmd_changename.received', 'Hotel staff requests for you to change your name.\n Please click on your Habbo then click on the "Change Your Name" button.'); ALTER TABLE `achievements` -ADD `visible` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1' COMMENT 'Is the achievement in use and/or obtainable?'; \ No newline at end of file +ADD `visible` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1' COMMENT 'Is the achievement in use and/or obtainable?'; + +INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('encryption.forced', '0');