Generate item prices before generating offers that use price data - Fixes offers being generated using stale prices, then corrected once they expire and get regenerated #641

This commit is contained in:
Chomp
2025-10-19 21:37:21 +01:00
parent fd47c47c3e
commit 832e9e4b7c
@@ -26,8 +26,8 @@ public class RagfairCallbacks(
public Task OnLoad()
{
ragfairServer.Load();
ragfairPriceService.Load();
ragfairServer.Load();
return Task.CompletedTask;
}