WatWowMap / DataParser

Raw data parser alternative to RealDeviceMap /raw endpoint
8 stars 8 forks source link

Always populate all fields in pokemon #41

Open Mygod opened 4 years ago

Mygod commented 4 years ago

This should fix the issue where iv is null instead of 0.

versx commented 4 years ago

IV should be null instead of 0. Since 0 is an actual IV. Still a better impl than what I did though for default values.

Mygod commented 4 years ago

@versx Sorry about the phrasing. It was meant to say that when IV is actually 0, null is inserted into SQL instead.