mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
Merge pull request #1167 from thehecktour/chore/change-min-max-turns-values
Fix incorrect min_turns and max_turns for moves like Wrap and Infestation
This commit is contained in:
commit
ac05b6e150
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
|
|||
32,9,0,,,,,0,0,0,0,0,0
|
||||
33,0,0,,,,,0,0,0,0,0,0
|
||||
34,4,1,,,,,0,0,0,30,0,0
|
||||
35,4,8,,,5,6,0,0,0,100,0,0
|
||||
35,4,8,,,2,4,0,0,0,100,0,0
|
||||
36,0,0,,,,,-25,0,0,0,0,0
|
||||
37,0,0,,,,,0,0,0,0,0,0
|
||||
38,0,0,,,,,-33,0,0,0,0,0
|
||||
|
@ -609,7 +609,7 @@ move_id,meta_category_id,meta_ailment_id,min_hits,max_hits,min_turns,max_turns,d
|
|||
608,2,0,,,,,0,0,0,0,0,0
|
||||
609,4,1,,,,,0,0,0,100,0,0
|
||||
610,0,0,,,,,0,0,0,0,0,0
|
||||
611,4,8,,,5,6,0,0,0,100,0,0
|
||||
611,4,8,,,4,5,0,0,0,100,0,0
|
||||
612,7,0,,,,,0,0,0,0,0,100
|
||||
613,8,0,,,,,75,0,0,0,0,0
|
||||
614,0,-1,,,,,0,0,0,100,0,0
|
||||
|
|
|
Loading…
Reference in a new issue