WatWowMap / ReactMap

Pokemon GO Map frontend built with React
MIT License
127 stars 64 forks source link

Decoy is not displayed on map even though shadow Bellsprout is a guaranteed encounter #954

Open Mygod opened 6 months ago

Mygod commented 6 months ago

To reproduce:

  1. Note that Shadow Bellsprout is missing from available shadow Pokemon.
  2. Disable decoy but enable shadow Bellsprout. Decoys are not displayed on map.
Mygod commented 6 months ago

I am guessing that the current query only looks at stored scanned lineups, but since the current design seems redundant since we also have this "only confirmed" toggle in ReactMap. Maybe RM could also pull data from current lineups and generate smarter queries to the databse?

EDIT: Looks like every other grunt works properly. Whew!