/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-08-07 22:21:57 +02:00
parent a72db13d8d
commit e8831dd9dd

View File

@ -10,7 +10,7 @@
// //
// @match http://*.grepolis.com/game/* // @match http://*.grepolis.com/game/*
// //
// @version 1.1.51 // @version 1.1.52
// @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==
@ -126,7 +126,7 @@
farm_ids[xTownId].push(+farmtownId); farm_ids[xTownId].push(+farmtownId);
}); });
}, 1800); }, 1800);
}, xTownCount*2200); }, xTownCount*22000);
} }
function log(xText) { function log(xText) {