mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-07-30 22:36:11 -05:00
Fix importing wc6 on gen7 ver
This commit is contained in:
parent
9c788d1c8a
commit
897fcb7a0d
|
|
@ -350,7 +350,7 @@ public override PKM convertToPKM(SaveFile SAV)
|
|||
|
||||
pk.MetDate = Date ?? DateTime.Now;
|
||||
|
||||
if (SAV.Generation > 6) // Gen7
|
||||
if (SAV.Generation > 6 && OriginGame == 0) // Gen7
|
||||
{
|
||||
pk.Version = (int)GameVersion.OR;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user