mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 03:44:10 -05:00
Fix importing wc6 on gen7 ver
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user