Merge branch 'ColicDusti-dev-patch-67172' into 'dev'

Update 3_0_0 to 3_5_0.sql - Changed emulator_texts for emulator_settings for...

See merge request morningstar/Arcturus-Community!555
This commit is contained in:
ArpyAge 2022-04-21 12:54:59 +00:00
commit 904395a114

View File

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