fix: use correct dropTable for bounty stage reward #2263
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon/SpaceNinjaServer:fix-bounty-rewards"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Re #388
@ -1643,3 +1653,1 @@
rewardManifests.push(job.rewards);
rotations.push(ExportRewards[job.rewards].length - 1);
}
rewardManifests.push(job.rewards);
This continues to be confusing to me.