mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 23:30:50 +01:00
4 lines
279 B
MySQL
4 lines
279 B
MySQL
|
-- Adds config value for max amount of people to move per roller. Default is like habbo.
|
||
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.room.rollers.roll_avatars.max', '1');
|
||
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.nux.gifts.enabled', '0');
|