返回提交历史
Modified
src/services/missionInventoryUpdateService.ts
+1
-1
XFEstudio/XFESpaceNinjaServer
fix: always use rotation A for Profit-Taker bounty rewards (#1981)
Closes #1964 Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1981 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
e2fe4060
代码差异
1 个文件
+1
-1
@@ -1452,7 +1452,7 @@ function getRandomMissionDrops(
1452
1452
if (job.xpAmounts.length > 1) {
1453
1453
rotations = [RewardInfo.JobStage! % (job.xpAmounts.length - 1)];
1454
1454
} else {
1455
rotations = [RewardInfo.JobStage!];
1455
rotations = [0];
1456
1456
}
1457
1457
if (
1458
1458
RewardInfo.Q &&