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');