Arcturus-Community/sqlupdates/2_2_0-RC-2_TO_2_2_0-RC-3.sql
2019-12-26 20:43:04 +00:00

2 lines
180 B
SQL

INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.room.furni.max', '2500');
UPDATE items_base SET interaction_type = 'vote_counter' WHERE item_name = 'vote_count_add';