mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Fix
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = class Pokemon {
|
||||
types: data.missingno ? missingno.types : []
|
||||
};
|
||||
});
|
||||
this.chain = { url: data.evolution_chain.url, data: data.missingno ? [0] : [] };
|
||||
this.chain = { url: data.evolution_chain.url, data: data.missingno ? missingno.chain : [] };
|
||||
this.typesCached = data.missingno || false;
|
||||
this.missingno = data.missingno || false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user