mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix a typo in "Kangaskhanite".
This commit is contained in:
parent
5d914a78f4
commit
00d5ef03cb
2 changed files with 2 additions and 2 deletions
|
@ -4045,7 +4045,7 @@ item_id,local_language_id,name
|
|||
711,9,Aerodactylite
|
||||
712,9,Lucarionite
|
||||
713,9,Abomasite
|
||||
714,9,Kangashkanite
|
||||
714,9,Kangaskhanite
|
||||
715,9,Gyaradosite
|
||||
716,9,Absolite
|
||||
717,9,Charizardite Y
|
||||
|
|
|
|
@ -709,7 +709,7 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
|
|||
711,aerodactylite,44,0,,
|
||||
712,lucarionite,44,0,,
|
||||
713,abomasite,44,0,,
|
||||
714,kangashkanite,44,0,,
|
||||
714,kangaskhanite,44,0,,
|
||||
715,gyaradosite,44,0,,
|
||||
716,absolite,44,0,,
|
||||
717,charizardite-y,44,0,,
|
||||
|
|
|
Loading…
Reference in a new issue