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

Set initial AUTO_INCREMENT value of level IDs to 128 #772

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

Conversation

sSolsta
Copy link

@sSolsta sSolsta commented May 30, 2021

Setting the first level's ID to 128 (as is the case in real GD) avoids an issue which breaks stars for levels with really low IDs (I have no idea how the bug works but I've heard it has something to do with clashing with official levels)

Setting the first level's ID to 128 (as is the case in real GD) avoids an issue which breaks stars for levels with really low IDs (I have no idea how the bug works)
@fancythedeveloper
Copy link

Would you mind if inital ID of accountID be set to 71? Since that ID is hardcoded to have a cyan color comment.

Also settings the song ID inital to 5000000 would be nice for songList.php.

@fancythedeveloper
Copy link

Would you mind if inital ID of accountID be set to 71? Since that ID is hardcoded to have a cyan color comment.

Also settings the song ID inital to 5000000 would be nice for songList.php.

Actually never mind the song part, songList no longer only record songs with ID 5000000+ anymore, but it would still be nice to not clash with NG songs.

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.

2 participants