This commit is contained in:
Dragon Fire
2020-12-10 08:38:00 -05:00
parent 910eb59e2f
commit 896d80fe98
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ module.exports = class Pokemon {
}
return false;
}))
.map(item => ({ url: item.item.url, name: null }));
.map(item => ({ url: item.item.url, name: null, rarity: item.rarity }));
await this.fetchHeldItemNames(defaultBody);
await this.fetchChain();
this.gameDataCached = true;