Don't reset friendship, only for this format

Friendship affects stats, keep current friendship when updating the
trainer.
This commit is contained in:
Kurt 2018-11-20 19:15:38 -08:00
parent c81a405efd
commit eb6e3fbbe9

View File

@ -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;