Removed unnecessary scope
This commit is contained in:
parent
8e17673d0d
commit
201df756a9
@ -372,10 +372,8 @@ export class RagfairOfferHelper
|
||||
{
|
||||
// Only count the root items stack count in total
|
||||
const rootItem = itemAndChildren[0];
|
||||
{
|
||||
total += rootItem.upd?.StackObjectsCount ?? 1;
|
||||
}
|
||||
}
|
||||
|
||||
return total;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user