Fixed typo in sql file.

This commit is contained in:
harmonic 2020-07-10 16:03:27 +01:00
parent a528da5c31
commit e45d2867ef

View File

@ -30,8 +30,8 @@ INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.gifts.ribbon_type
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.flood.mute.time', '30');
-- TraxManager Jukebox Limits
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('jukebox.limit.large', '20');
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('jukebox.limit.normal', '10');
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.jukebox.limit.large', '20');
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.jukebox.limit.normal', '10');
-- Table structure for room_trax
DROP TABLE IF EXISTS `room_trax`;