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:
@@ -26,8 +26,8 @@ public class RagfairCallbacks(
|
||||
|
||||
public Task OnLoad()
|
||||
{
|
||||
ragfairServer.Load();
|
||||
ragfairPriceService.Load();
|
||||
ragfairServer.Load();
|
||||
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user