Fixed refreshed fence assorts being generated at level 2 instead of 1
This commit is contained in:
parent
27aceb7de5
commit
7ccb524eea
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user