Converted more strings to mongoIds and fixed issue with buying items from pmcs on flea

This commit is contained in:
Chomp
2025-07-07 11:56:19 +01:00
parent 7ccb388030
commit 61f62f191d
18 changed files with 47 additions and 46 deletions
@@ -1117,8 +1117,8 @@ public class LocationLifecycleService(
/// <param name="tradersServerProfile"> Server </param>
/// <param name="tradersClientProfile"> Client </param>
protected void ApplyTraderStandingAdjustments(
Dictionary<string, TraderInfo>? tradersServerProfile,
Dictionary<string, TraderInfo>? tradersClientProfile
Dictionary<MongoId, TraderInfo>? tradersServerProfile,
Dictionary<MongoId, TraderInfo>? tradersClientProfile
)
{
foreach (var traderId in tradersClientProfile)