Update missionInventoryUpdateService.ts
All checks were successful
Build / build (pull_request) Successful in 1m26s

This commit is contained in:
AMelonInsideLemon 2025-06-23 21:30:27 +02:00
parent a08487a9e5
commit 892d97bec2

View File

@ -1650,7 +1650,6 @@ function getRandomMissionDrops(
(RewardInfo.JobStage === job.xpAmounts.length - 1 || job.isVault) && (RewardInfo.JobStage === job.xpAmounts.length - 1 || job.isVault) &&
!isEndlessJob !isEndlessJob
) { ) {
rewardManifests.push(job.rewards);
rotations.push(3); rotations.push(3);
} }
} }