Closed ahmadsyafrudin closed 8 years ago
same for me:
2016-08-20 17:11:35,295 [ Pokemon] [ERROR] Unexpected moveset [Tackle, Bubble Beam] for #120 Staryu, please update info in pokemon.json and create issue/PR
2016-08-20 17:11:35,964 [ Pokemon] [ERROR] Unexpected moveset [Tackle, Bubble Beam] for #120 Staryu, please update info in pokemon.json and create issue/PR
20
I corrected it by editing data/pokemon.json, and adding "Tacke
" to "Fast Attack(s)
" of Staryu:
{
"Number": "120",
"Name": "Staryu",
...
"Fast Attack(s)": [
"Quick Attack",
"Water Gun",
"Tackle"
],
...
}
Expected Behavior
Running bot without Error
Actual Behavior
Error after catch staryu
Steps to Reproduce
I dont know where pokemon.json is located
Information