/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-08-07 22:24:29 +02:00
parent 0c84487339
commit 0d58422271

View File

@ -10,7 +10,7 @@
// //
// @match http://*.grepolis.com/game/* // @match http://*.grepolis.com/game/*
// //
// @version 1.1.53 // @version 1.1.54
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
// ==/UserScript== // ==/UserScript==
@ -82,7 +82,7 @@
for(var town_id in farm_ids) { for(var town_id in farm_ids) {
console.log("prepare town " + town_id); console.log("prepare town " + town_id);
townCount++; townCount++;
getFarmsFor(town_id, townCount); //getFarmsFor(town_id, townCount);
} }
setTimeout(function() { setTimeout(function() {