mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Update Analysis.cs
This commit is contained in:
parent
aaf6642d31
commit
5402c5d108
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ namespace PKHeX.Core
|
|||
return;
|
||||
|
||||
HyperTraining.Verify(this);
|
||||
MiscVerifier.VerifyVersionEvolution(this);
|
||||
Misc.VerifyVersionEvolution(this);
|
||||
}
|
||||
|
||||
private string GetLegalityReport()
|
||||
|
|
Loading…
Reference in a new issue