Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: game event list based on network protocol #569

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akiver
Copy link
Collaborator

@akiver akiver commented Oct 10, 2024

fix #566

switch {
case networkProtocol < 13992:
return eventListFolder.ReadFile("event-list-dump/13990.bin")
case networkProtocol <= 13992:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this not be >= 13992 && < someNumber?

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.

runtime error: index out of range [1] with length 1
2 participants