mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 00:40:52 +01:00
Fixed typo in sql file.
This commit is contained in:
parent
a528da5c31
commit
e45d2867ef
@ -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');
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.flood.mute.time', '30');
|
||||||
|
|
||||||
-- TraxManager Jukebox Limits
|
-- TraxManager Jukebox Limits
|
||||||
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('jukebox.limit.large', '20');
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.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.normal', '10');
|
||||||
|
|
||||||
-- Table structure for room_trax
|
-- Table structure for room_trax
|
||||||
DROP TABLE IF EXISTS `room_trax`;
|
DROP TABLE IF EXISTS `room_trax`;
|
||||||
|
Loading…
Reference in New Issue
Block a user