Fix CountTutor3

ty chris
This commit is contained in:
Kurt 2023-11-21 18:47:14 -08:00
parent 684ea363d8
commit 48d9368d3d

View file

@ -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)