2022-05-05 14:57:40 +02:00
INSERT INTO ` emulator_texts ` ( ` key ` , ` value ` ) VALUES ( ' commands.error.cmd_changename.user_not_found ' , ' The Habbo %user% does not exist or is not online. ' ) ;
INSERT INTO ` emulator_texts ` ( ` key ` , ` value ` ) VALUES ( ' commands.succes.cmd_changename.done ' , ' Successfully toggled the name change for the Habbo %user%. ' ) ;
2022-05-06 22:00:23 +02:00
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 `
2023-01-05 10:56:52 +01:00
ADD ` visible ` enum ( ' 0 ' , ' 1 ' ) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ' 1 ' COMMENT ' Is the achievement in use and/or obtainable? ' ;
2023-01-06 09:52:46 +01:00
UPDATE pet_commands_data SET required_level = 1 WHERE command_id = 35 ;
2023-01-07 04:42:32 +01:00
INSERT IGNORE INTO ` emulator_settings ` ( ` key ` , ` value ` ) VALUES ( ' encryption.forced ' , ' 0 ' ) ;