mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 15:00:52 +01:00
Added SQL for vote counters.
This commit is contained in:
parent
4086127fba
commit
45e52f165b
@ -1 +1,2 @@
|
||||
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.room.furni.max', '2500');
|
||||
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';
|
Loading…
Reference in New Issue
Block a user