Skip to content

Fix Daily Flax Reward From Seers Diary Only Received Once (Issue #1855)

Roderik requested to merge roderik_7/test-rs-server:SeersFlaxFix into master

What has been done in this MR?

  • Fixed a type inference error that caused the daily flax reward from the seers diaries to only be paid out once. Players should now be able to claim their daily Flax reward once each day. #1855

What should testers check?

  • Flax should be payed out to player who have completed a seers diary and interact with "Geoffrey" once each day. Specifically, check that this works for follow up days and not just the first time the reward is claimed. (30, 60, and 120 Flax should be awarded daily for completion of the Easy, Medium, and Hard diaries respectively. )
  • Players should check that they can't get a second batch of flax within a single day. (Pay attention to what time the server resets, this might not be the same time on the test server as it is on the main)
  • I have tested these changes thoroughly.

  • I used the relevant Zaros tool for any JSON edits where possible, and have attached screenshots of any changes.
    No JSON edits made.

This is my first ever MR, please be gentle if I made any mistakes haha

Merge request reports