Skip to content

Commit 6b77758

Browse files
authored
Fix Maushold weights (#1513)
Family of 3 and Family of 4 weights were swapped
1 parent 9432d4a commit 6b77758

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/v2/csv/pokemon.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
923923
922,pawmo,922,4,65,123,955,1
924924
923,pawmot,923,9,410,245,956,1
925925
924,tandemaus,924,3,18,61,945,1
926-
925,maushold-family-of-four,925,3,23,165,946,1
926+
925,maushold-family-of-four,925,3,28,165,946,1
927927
926,fidough,926,3,109,62,970,1
928928
927,dachsbun,927,5,149,167,971,1
929929
928,smoliv,928,3,65,52,935,1
@@ -1280,7 +1280,7 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
12801280
10254,oinkologne-female,916,10,1200,171,,0
12811281
10255,dudunsparce-three-segment,982,45,474,182,,0
12821282
10256,palafin-hero,964,18,974,160,,0
1283-
10257,maushold-family-of-three,925,3,28,165,,0
1283+
10257,maushold-family-of-three,925,3,23,165,,0
12841284
10258,tatsugiri-droopy,978,3,80,166,,0
12851285
10259,tatsugiri-stretchy,978,3,80,166,,0
12861286
10260,squawkabilly-blue-plumage,931,6,24,146,,0

0 commit comments

Comments
 (0)