/ ‘grepolis.user.js’
This commit is contained in:
parent
f3ecbed4da
commit
52b536ab74
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user