/ ‘grepolis.user.js’
This commit is contained in:
parent
c03b1da942
commit
f3ecbed4da
@ -10,7 +10,7 @@
|
||||
//
|
||||
// @match http://*.grepolis.com/game/*
|
||||
//
|
||||
// @version 1.1.59
|
||||
// @version 1.1.60
|
||||
// @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
@ -115,7 +115,7 @@
|
||||
HelperTown.townSwitch(xTownId);
|
||||
var town = ITowns.getTown(xTownId);
|
||||
HelperTown.handleInfoWindowJumpToTownClick(
|
||||
{x:town.getIslandCoordinateX(), y:town.getIslandCoordinateY()}, id:xTownId},
|
||||
{x:town.getIslandCoordinateX(), y:town.getIslandCoordinateY(), id:xTownId},
|
||||
null,
|
||||
function() {
|
||||
WMap.mapTiles.focusTown(6417);
|
||||
|
Loading…
x
Reference in New Issue
Block a user