Update missionInventoryUpdateService.ts

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) &&
!isEndlessJob
) {
rewardManifests.push(job.rewards);
rotations.push(3);
}
}