fix: use correct dropTable for bounty stage reward #2263
@ -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);
|
||||||
AMelonInsideLemon marked this conversation as resolved
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
This continues to be confusing to me.