Update Analysis.cs

This commit is contained in:
Kurt 2020-03-20 23:26:45 -07:00
parent aaf6642d31
commit 5402c5d108

View file

@ -331,7 +331,7 @@ namespace PKHeX.Core
return;
HyperTraining.Verify(this);
MiscVerifier.VerifyVersionEvolution(this);
Misc.VerifyVersionEvolution(this);
}
private string GetLegalityReport()