0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 16:30:42 -05:00

Fixed PMC preset offers being classified as pack offers

This commit is contained in:
Chomp 2024-12-22 19:44:08 +00:00
parent 30d620d346
commit 35ba24b639

View File

@ -525,8 +525,8 @@ export class RagfairOfferGenerator {
itemWithChildren, itemWithChildren,
barterScheme, barterScheme,
1, 1,
isPreset || isPackOffer, isPackOffer, // sellAsOnePiece - pack offer
); // sellAsOnePiece );
} }
/** /**