From aa098214cdd610b66813a92b421b3f508814325b Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Mon, 5 May 2025 02:53:56 +0200 Subject: [PATCH] fix: always use rotation A for Profit-Taker bounty rewards --- src/services/missionInventoryUpdateService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/missionInventoryUpdateService.ts b/src/services/missionInventoryUpdateService.ts index ce9920c8..9a8d770b 100644 --- a/src/services/missionInventoryUpdateService.ts +++ b/src/services/missionInventoryUpdateService.ts @@ -1452,7 +1452,7 @@ function getRandomMissionDrops( if (job.xpAmounts.length > 1) { rotations = [RewardInfo.JobStage! % (job.xpAmounts.length - 1)]; } else { - rotations = [RewardInfo.JobStage!]; + rotations = [0]; } if ( RewardInfo.Q &&