Hall UI is updated every 3 seconds, instead of 1.

This commit is contained in:
marcins78@gmail.com
2013-01-07 23:00:17 +00:00
parent 585ab9ce9b
commit 35188a10e4

View File

@@ -646,7 +646,7 @@ var GempLotrHallUI = Class.extend({
if (!skipReload) {
setTimeout(function () {
that.updateHall();
}, 1000);
}, 3000);
}
}
}