1
0
Fork 0

Lower click rate on boss fight

This commit is contained in:
Andrew Tomaka 2016-07-21 17:34:18 -04:00 committed by GitHub
parent e7e9cba9c9
commit f55308544d
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ function mainLoop() {
setTimeout(function() {
clickSelector('span[name="timeRemaining"]:contains("JOIN") a');
}, 4000);
botGlobalBossTimer = setInterval(fightGlobalBoss, 100);
botGlobalBossTimer = setInterval(fightGlobalBoss, 75);
botFightingGlobalBoss = true;
}