/ ‘grepolis.user.js’

This commit is contained in:
2014-06-04 10:58:18 +02:00
parent 626145e6bb
commit 37b3cf7e6e

View File

@ -16,7 +16,7 @@
(function() { (function() {
console.log("Initializing..."); console.log("Initializing...");
farm_ids = [1225, 1226, 1229, 1230]; farm_ids = [1225, 1226, 1229, 1230, 1231];
console.log("Setting timer to 5s"); console.log("Setting timer to 5s");
setTimeout(getWaresTick, 5000); setTimeout(getWaresTick, 5000);
function getWaresTick() { function getWaresTick() {