Compare commits
1 Commits
7ad1c9b328
...
2489b85249
Author | SHA1 | Date | |
---|---|---|---|
2489b85249 |
@ -1449,7 +1449,11 @@ function getRandomMissionDrops(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
rewardManifests = [job.rewards];
|
rewardManifests = [job.rewards];
|
||||||
rotations = [RewardInfo.JobStage! % (job.xpAmounts.length - 1)];
|
if (job.xpAmounts.length > 1) {
|
||||||
|
rotations = [RewardInfo.JobStage! % (job.xpAmounts.length - 1)];
|
||||||
|
} else {
|
||||||
|
rotations = [RewardInfo.JobStage!];
|
||||||
|
}
|
||||||
if (
|
if (
|
||||||
RewardInfo.Q &&
|
RewardInfo.Q &&
|
||||||
(RewardInfo.JobStage === job.xpAmounts.length - 1 || job.isVault) &&
|
(RewardInfo.JobStage === job.xpAmounts.length - 1 || job.isVault) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user