Added new property to profiles

This commit is contained in:
Chomp
2025-08-23 14:34:53 +01:00
parent e219e01b9f
commit 1df80171eb
5 changed files with 8 additions and 1 deletions
@@ -750,6 +750,8 @@ public class LocationLifecycleService(
serverPmcProfile.WishList = postRaidProfile.WishList;
serverPmcProfile.Variables = postRaidProfile.Variables;
serverPmcProfile.Info.Experience = postRaidProfile.Info.Experience;
ApplyTraderStandingAdjustments(serverPmcProfile.TradersInfo, postRaidProfile.TradersInfo);