diff --git a/PKHeX.Core/PKM/PB7.cs b/PKHeX.Core/PKM/PB7.cs index 7c9edbddc..d57963b3c 100644 --- a/PKHeX.Core/PKM/PB7.cs +++ b/PKHeX.Core/PKM/PB7.cs @@ -536,7 +536,7 @@ private void TradeHT(string SAV_Trainer, int SAV_COUNTRY, int SAV_REGION, int SA CurrentHandler = 1; if (HT_Name != SAV_Trainer) { - HT_Friendship = PersonalInfo.BaseFriendship; + HT_Friendship = CurrentFriendship; // PersonalInfo.BaseFriendship; HT_Affection = 0; } HT_Name = SAV_Trainer;