/ ‘grepolis.user.js’
This commit is contained in:
@ -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() {
|
||||||
|
Reference in New Issue
Block a user