diff --git a/grepolis.user.js b/grepolis.user.js index aed9531..ece5a58 100644 --- a/grepolis.user.js +++ b/grepolis.user.js @@ -10,7 +10,7 @@ // // @match http://*.grepolis.com/game/* // -// @version 1.0.92 +// @version 1.0.93 // @updateURL http://git.javil.eu/jan/userscripts/raw/master/grepolis.user.js // ==/UserScript== @@ -162,7 +162,7 @@ timeout = getWaresFromFarm(wnd, mood, xTownId, xFarmId) * 1000 + rand(5); } finally { durations["farm-" + xFarmId] = timeout / 1000; - setTimeout(getWaresTick(xFarmId), timeout); + setTimeout(getWaresTick(xTownId, xFarmId), timeout); } } }