Skip to content

Commit

Permalink
fix!: breaking change in fix-repeatable-quests (SPT 3.10.3 is needed …
Browse files Browse the repository at this point in the history
…here)
  • Loading branch information
Trap committed Dec 20, 2024
1 parent 7cdd8db commit d294814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fix-repeatable-quests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const fixRepeatableQuests = (container: DependencyContainer): void => {
repeatableQuestGenerator.generateRepeatableQuest.bind(repeatableQuestGenerator);

repeatableQuestGenerator.generateRepeatableQuest = (
sessionId: string,
pmcLevel: number,
pmcTradersInfo: Record<string, ITraderInfo>,
questTypePool: IQuestTypePool,
Expand All @@ -32,6 +33,7 @@ export const fixRepeatableQuests = (container: DependencyContainer): void => {
});

return originalGenerateRepeatableQuest(
sessionId,
pmcLevel,
clonedPmcTradersInfo,
questTypePool,
Expand Down

0 comments on commit d294814

Please sign in to comment.