Fix Cosplay Pikachu heights (#179)

Not sure why they weren't fixed when the height of megas were fixed
This commit is contained in:
Jerry 2016-09-25 02:38:46 +04:00 committed by Andrew Ekstedt
parent 625be26239
commit 10ab743bc2
1 changed files with 6 additions and 6 deletions

View File

@ -799,12 +799,12 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
10077,kyogre-primal,382,98,4300,347,463,0
10078,groudon-primal,383,50,9997,347,465,0
10079,rayquaza-mega,384,108,3920,351,467,0
10080,pikachu-rock-star,25,40,60,112,34,0
10081,pikachu-belle,25,40,60,112,35,0
10082,pikachu-pop-star,25,40,60,112,36,0
10083,pikachu-phd,25,40,60,112,37,0
10084,pikachu-libre,25,40,60,112,38,0
10085,pikachu-cosplay,25,40,60,112,33,0
10080,pikachu-rock-star,25,4,60,112,34,0
10081,pikachu-belle,25,4,60,112,35,0
10082,pikachu-pop-star,25,4,60,112,36,0
10083,pikachu-phd,25,4,60,112,37,0
10084,pikachu-libre,25,4,60,112,38,0
10085,pikachu-cosplay,25,4,60,112,33,0
10086,hoopa-unbound,720,65,4900,306,810,0
10087,camerupt-mega,323,25,3205,196,390,0
10088,lopunny-mega,428,13,283,203,514,0

1 id identifier species_id height weight base_experience order is_default
799 10077 kyogre-primal 382 98 4300 347 463 0
800 10078 groudon-primal 383 50 9997 347 465 0
801 10079 rayquaza-mega 384 108 3920 351 467 0
802 10080 pikachu-rock-star 25 40 4 60 112 34 0
803 10081 pikachu-belle 25 40 4 60 112 35 0
804 10082 pikachu-pop-star 25 40 4 60 112 36 0
805 10083 pikachu-phd 25 40 4 60 112 37 0
806 10084 pikachu-libre 25 40 4 60 112 38 0
807 10085 pikachu-cosplay 25 40 4 60 112 33 0
808 10086 hoopa-unbound 720 65 4900 306 810 0
809 10087 camerupt-mega 323 25 3205 196 390 0
810 10088 lopunny-mega 428 13 283 203 514 0