From 52b536ab74ec18aef795fc7993fd9c0bc2f7b280 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Thu, 7 Aug 2014 23:09:03 +0200 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98grepolis.user.js=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grepolis.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grepolis.user.js b/grepolis.user.js index be5b3eb..031e7a1 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -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) {