Fixed refreshed fence assorts being generated at level 2 instead of 1

This commit is contained in:
Dev 2024-03-31 16:26:52 +01:00
parent 27aceb7de5
commit 7ccb524eea

View File

@ -235,7 +235,7 @@ export class FenceService
const itemCountsToReplace = this.getCountOfItemsToGenerate();
const newItems = this.createFenceAssortSkeleton();
this.createAssorts(itemCountsToReplace.normal, newItems, 2);
this.createAssorts(itemCountsToReplace.normal, newItems, 1);
this.fenceAssort.items.push(...newItems.items);
const newDiscountItems = this.createFenceAssortSkeleton();