Sometimes raid box sticks on 0 (but not shown)
This commit is contained in:
parent
edb29dad17
commit
18219c9700
1 changed files with 1 additions and 1 deletions
2
bot.js
2
bot.js
|
@ -107,7 +107,7 @@ function botFillIn(selector, text) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function raidRefreshing() {
|
function raidRefreshing() {
|
||||||
if($('span[name="raidtime"]').text().trim() == "") {
|
if($('span[name="raidtime"]').text().trim() == "" || $('span[name="raidtime"]').text().trim() == "0 second(s) until you can raid again") {
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue