Apply trade memory when changing handlers for pk6

This commit is contained in:
Kurt
2018-04-28 15:58:53 -07:00
parent a11a44dde0
commit b2c54b7a43

View File

@@ -47,6 +47,7 @@ public static void ApplyHandlingTrainerInfo(this ITrainerInfo SAV, PKM pk)
{
pk.Geo1_Country = SAV.Country;
pk.Geo1_Region = SAV.SubRegion;
((PK6)pk).TradeMemory(true);
}
}
}