Hall UI is updated every 3 seconds, instead of 1.
This commit is contained in:
@@ -646,7 +646,7 @@ var GempLotrHallUI = Class.extend({
|
||||
if (!skipReload) {
|
||||
setTimeout(function () {
|
||||
that.updateHall();
|
||||
}, 1000);
|
||||
}, 3000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user