Sometimes raid box sticks on 0 (but not shown)

This commit is contained in:
Andrew Tomaka 2015-04-10 17:47:14 -04:00
parent edb29dad17
commit 18219c9700

2
bot.js
View file

@ -107,7 +107,7 @@ function botFillIn(selector, text) {
}
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;
} else {
return true;