2019-07-17 02:33:19 +02:00
|
|
|
ALTER TABLE `permissions`
|
2019-07-21 19:29:19 +02:00
|
|
|
ADD COLUMN `auto_credits_amount` INT DEFAULT '0',
|
|
|
|
ADD COLUMN `auto_pixels_amount` INT DEFAULT '0',
|
|
|
|
ADD COLUMN `auto_gotw_amount` INT DEFAULT '0',
|
2019-07-17 02:33:19 +02:00
|
|
|
ADD COLUMN `auto_points_amount` INT DEFAULT '0';
|
|
|
|
|
|
|
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.auto.gotwpoints.enabled', '0');
|
|
|
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.auto.gotwpoints.interval', '600');
|
|
|
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.auto.gotwpoints.ignore.idled', '1');
|
|
|
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.auto.gotwpoints.ignore.hotelview', '1');
|
|
|
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.auto.gotwpoints.type', '4');
|
|
|
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.auto.gotwpoints.name', 'shell');
|