Removed unnecessary scope

This commit is contained in:
Dev 2024-07-21 22:08:36 +01:00
parent 8e17673d0d
commit 201df756a9

View File

@ -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;
}