Update WC8.cs

This commit is contained in:
Kurt 2021-01-31 10:36:33 -08:00
parent d8e75ee85a
commit fd4034272b

View file

@ -551,9 +551,6 @@ namespace PKHeX.Core
if (pkm.IsShiny && !(TID == 0 && SID == 0 && PID != 0))
return false;
}
if (OTGender >= 2)
return false;
}
}