/ ‘grepolis.user.js’

This commit is contained in:
Jan Bader 2014-08-07 23:09:03 +02:00
parent f3ecbed4da
commit 52b536ab74

View File

@ -10,7 +10,7 @@
//
// @match http://*.grepolis.com/game/*
//
// @version 1.1.60
// @version 1.1.61
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
// ==/UserScript==
@ -118,7 +118,7 @@
{x:town.getIslandCoordinateX(), y:town.getIslandCoordinateY(), id:xTownId},
null,
function() {
WMap.mapTiles.focusTown(6417);
WMap.mapTiles.focusTown(xTownId);
console.log("getting farms for town " + xTownId);
var farmtowns = $(".farmtown_owned_on_same_island");
$.each(farmtowns, function(f, farmtown) {