From 18cfcbcf80716e715f8a59fdcdc28c713e88d641 Mon Sep 17 00:00:00 2001
From: Jerry <jerryysk.stillwaters@gmail.com>
Date: Thu, 7 Jul 2016 20:28:34 +0400
Subject: [PATCH] Fix Pikachu cosplay heights

Not sure why they weren't fixed when the height of megas were fixed
---
 pokedex/data/csv/pokemon.csv | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pokedex/data/csv/pokemon.csv b/pokedex/data/csv/pokemon.csv
index c1a2e72..48ed1d4 100644
--- a/pokedex/data/csv/pokemon.csv
+++ b/pokedex/data/csv/pokemon.csv
@@ -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