UnownHash / Fletchling

10 stars 3 forks source link

Keep unset Pokemon ID as NULL #18

Closed lenisko closed 8 months ago

lenisko commented 8 months ago

Don't set it to zero in databse. Previous tools had no active afaik and things might break on pokemon_id = 0 (like in RM).

comstud commented 8 months ago

RM handles both fine, but yeah, I prefer NULL and didn't intend this. It's only in the loader when it disables, it appears.

lenisko commented 8 months ago

It wasn't ;-) now it does. I had crash on active Nest pokemons today, hence a fix. That's a thing that pulls data about all available pokemons.

comstud commented 8 months ago

Oh, really. OK.