mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
Add height, weight, class, and gender rate to pokemon
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class PokemonStore extends Collection {
|
||||
constructor(options) {
|
||||
super(options);
|
||||
|
||||
this.pokemonCount = 897;
|
||||
this.pokemonCount = 898;
|
||||
this.pokemonCountWithCry = 893;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user