mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 22:01:54 +02:00
Fix
This commit is contained in:
@@ -161,7 +161,7 @@ module.exports = class Pokemon {
|
||||
rarity
|
||||
};
|
||||
});
|
||||
await this.fetchHeldItemNames(defaultBody);
|
||||
await this.fetchHeldItemNames();
|
||||
await this.fetchChain();
|
||||
this.gameDataCached = true;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user