From de36280d20d15d95972d6cda4e6f0835b00086d7 Mon Sep 17 00:00:00 2001 From: ColicDusti Date: Thu, 21 Apr 2022 12:53:23 +0000 Subject: [PATCH] Update 3_0_0 to 3_5_0.sql - Changed emulator_texts for emulator_settings for custom.stacking.enabled --- sqlupdates/3_0_0 to 3_5_0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlupdates/3_0_0 to 3_5_0.sql b/sqlupdates/3_0_0 to 3_5_0.sql index c937d10f..155f0555 100644 --- a/sqlupdates/3_0_0 to 3_5_0.sql +++ b/sqlupdates/3_0_0 to 3_5_0.sql @@ -93,4 +93,4 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('hotel.mannequin.name.defa INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('rcon.alert.user.change_username', 'You can change your username. Click on yourself to change it.'); -- Custom Stacking Setting -INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('custom.stacking.enabled', '0'); +INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('custom.stacking.enabled', '0');