mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user