parent
2be14850a9
commit
4c9e5c258f
@ -372,9 +372,7 @@ export class RagfairOfferHelper
|
||||
{
|
||||
// Only count the root items stack count in total
|
||||
const rootItem = itemAndChildren[0];
|
||||
{
|
||||
total += rootItem.upd?.StackObjectsCount ?? 1;
|
||||
}
|
||||
total += rootItem.upd?.StackObjectsCount ?? 1;
|
||||
}
|
||||
|
||||
return total;
|
||||
|
Loading…
Reference in New Issue
Block a user