From 6f3fd0714d39041beabf11faf57b28c6d7ffe6cd Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Fri, 6 Jun 2014 17:00:17 +0200 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98grepolis.user.js=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grepolis.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grepolis.user.js b/grepolis.user.js index ab57390..dee4dae 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -10,7 +10,7 @@ // // @match http://*.grepolis.com/game/* // -// @version 1.0.50 +// @version 1.0.51 // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // ==/UserScript== @@ -19,7 +19,7 @@ lastAmounts = ""; console.log("Initializing..."); windows = {}; - farm_ids = [1225, 1226, 1229, 1230, 1231]; + farm_ids = [1225, 1226, 1228, 1229, 1230, 1231]; farm_ids.forEach(function(xFarmId) { console.log("Setting timer to 5s for Farm " + xFarmId); setTimeout(getWaresTick(xFarmId), 5000);