Deimos Bounty using wrong data #1623
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
As you can see in this screenshot, the Bounty I've completed is the 2nd Bounty, level 15-25:
According to WorldState, this should be this bounty, with TierCTableBRewards and rewarding 12 Mother Tokens per completion:
However, it is instead using the wrong reward table:
Given that JobTier is 1, yet rewarding the items from JobTier 0, is it possible that the code for looking at the rewards is 1-indexed, for whatever reason?
Nnnnnno, tier is just being ignored altogether, it seems. Or...
Ah, is it possible that it's erroneously using
Missions: { Tag: 'DeimosHub', Completes: 1, Tier: 0 },
to determine tier instead ofJobTier: 4,
? That would explain it constantly using the tier 0 bounty tables instead of the correct tier of bounty.