Skip to content

Commit

Permalink
Make Pokémon weather boosted condition a significant WH field. (#2503)
Browse files Browse the repository at this point in the history
* Make Pokémon weather boosted condition a significant WH field
  • Loading branch information
Sttug authored and sebastienvercammen committed Mar 2, 2018
1 parent 4f01c9b commit 15be085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pogom/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def __get_key_fields(whtype):
'spawnpoint_id', 'pokemon_id', 'latitude', 'longitude',
'disappear_time', 'move_1', 'move_2', 'individual_stamina',
'individual_defense', 'individual_attack', 'form', 'cp',
'pokemon_level'
'pokemon_level', 'weather_boosted_condition'
],
'gym': [
'team_id', 'guard_pokemon_id', 'enabled', 'latitude', 'longitude',
Expand Down

0 comments on commit 15be085

Please sign in to comment.