mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-22 20:13:06 +00:00
Fix CountTutor3
ty chris
This commit is contained in:
parent
684ea363d8
commit
48d9368d3d
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public sealed class PersonalInfo6AO : PersonalInfo, IPersonalAbility12H, IPerson
|
|||
|
||||
private const int CountTutor1 = 15;
|
||||
private const int CountTutor2 = 17;
|
||||
private const int CountTutor3 = 13;
|
||||
private const int CountTutor3 = 16;
|
||||
private const int CountTutor4 = 15;
|
||||
|
||||
public bool GetIsTutor1(int index)
|
||||
|
|
Loading…
Reference in a new issue