mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix Missingno
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = class Pokemon {
|
||||
id: variety.pokemon.name,
|
||||
name: name || null,
|
||||
default: variety.is_default,
|
||||
display: null,
|
||||
display: data.missingno ? true : null,
|
||||
types: []
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user