Skip to content

Resolve traverser stone bug #9893#10195

Open
lefneer311 wants to merge 1 commit into
LandSandBoat:basefrom
lefneer311:fix_abyssea_sql
Open

Resolve traverser stone bug #9893#10195
lefneer311 wants to merge 1 commit into
LandSandBoat:basefrom
lefneer311:fix_abyssea_sql

Conversation

@lefneer311

Copy link
Copy Markdown
Contributor

I affirm:

  • I understand that if I do not agree to the following points by completing the checkboxes my PR will be ignored.
  • I understand I should leave resolving conversations to the LandSandBoat team so that reviewers won't miss what was said.
  • I have read and understood the Contributing Guide and the Code of Conduct.
  • I have tested my code and the things my code has changed since the last commit in the PR and will test after any later commits.

What does this pull request do?

Traverser stone calculation is currently bugged due to the default value of this table being 0 rather than null.

Converts default values to null, which allows timestamps to be properly written when the necessary in-game event is triggered.

Resolves #9893

Steps to test these changes

Satisfy requirements to enter Abyssea zones. Check database table char_unlocks for traverser_start value. It should be a properly formed timestamp rather than 0.

- Updates traverser_start default value to null from 0
- Addresses bug LandSandBoat#9893
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 [Abyssea] traverser stone epoch calculation error

1 participant