Merge pull request #1004 from Deleca7755/master

Fix Piplup's line and Shiftry's past Abilities
This commit is contained in:
Alessandro Pezzè 2024-01-15 00:10:43 +09:00 committed by GitHub
commit 8d94aa31a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,10 +4,10 @@ pokemon_id,generation_id,ability_id,is_hidden,slot
243,6,10,1,3
244,6,18,1,3
245,6,11,1,3
275,8,34,0,2
393,8,172,1,3
394,8,172,1,3
395,8,172,1,3
275,8,48,0,2
393,8,128,1,3
394,8,128,1,3
395,8,128,1,3
475,8,80,0,2
543,5,95,1,3
544,5,95,1,3

1 pokemon_id generation_id ability_id is_hidden slot
4 243 6 10 1 3
5 244 6 18 1 3
6 245 6 11 1 3
7 275 8 34 48 0 2
8 393 8 172 128 1 3
9 394 8 172 128 1 3
10 395 8 172 128 1 3
11 475 8 80 0 2
12 543 5 95 1 3
13 544 5 95 1 3