From 45e52f165b61f5ed238f2507ef1a26a95f925415 Mon Sep 17 00:00:00 2001
From: KrewsOrg <johnjamesharding@hotmail.co.uk>
Date: Thu, 26 Dec 2019 20:43:04 +0000
Subject: [PATCH] Added SQL for vote counters.

---
 sqlupdates/2_2_0-RC-2_TO_2_2_0-RC-3.sql | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sqlupdates/2_2_0-RC-2_TO_2_2_0-RC-3.sql b/sqlupdates/2_2_0-RC-2_TO_2_2_0-RC-3.sql
index cbb9ce33c..90e2028ca 100644
--- a/sqlupdates/2_2_0-RC-2_TO_2_2_0-RC-3.sql
+++ b/sqlupdates/2_2_0-RC-2_TO_2_2_0-RC-3.sql
@@ -1 +1,2 @@
-INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.room.furni.max', '2500');
\ No newline at end of file
+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';
\ No newline at end of file
-- 
GitLab