diff --git a/bot.js b/bot.js index 6d06cf0..003e6e0 100644 --- a/bot.js +++ b/bot.js @@ -67,7 +67,7 @@ function mainLoop() { } //GLOBAL BOSS - if(globalBossRefreshing() === true && botFightingGlobalBoss === true) { + if(globalBossRefreshing() === true && botFightingGlobalBoss === true && botFightGlobal === true) { clearInterval(botGlobalBossTimer); botFightingGlobalBoss = false; } else if(globalBossRefreshing() === false && botFightingGlobalBoss === false) {