This commit is contained in:
Dragon Fire
2020-12-10 08:46:09 -05:00
parent 5ede5673a9
commit 7e98e2052c
+1 -1
View File
@@ -161,7 +161,7 @@ module.exports = class Pokemon {
rarity
};
});
await this.fetchHeldItemNames(defaultBody);
await this.fetchHeldItemNames();
await this.fetchChain();
this.gameDataCached = true;
return this;