fix: generate rewards based on RewardSeed to match what's show in client #1628
@ -555,7 +555,7 @@ export const addMissionRewards = async (
|
||||
}
|
||||
|
||||
if (rewardInfo.rewardSeed) {
|
||||
// We're using a reward seed, so give the client a new one in the response.
|
||||
// We're using a reward seed, so give the client a new one in the response. On live, missionInventoryUpdate seems to always provide a fresh one in the response.
|
||||
inventory.RewardSeed = generateRewardSeed();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user