Only store up to 17 items
This commit is contained in:
parent
412ba7c116
commit
89dbd6532a
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ function activateBuffs() {
|
|||
}
|
||||
|
||||
function haveMaxItems() {
|
||||
return $('span[name="item_count"').text() == '20/20';
|
||||
return convertToNumber($('span[name="item_count"').text().split('/')[0]) >= 17;
|
||||
}
|
||||
|
||||
function setBotToPurchasing() {
|
||||
|
|
Loading…
Reference in a new issue