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

Name changes fail to update if the same name already exists with a different uuid. #206

Open
slowriot opened this issue Mar 15, 2015 · 2 comments

Comments

@slowriot
Copy link

Name changes fail to update if the same name already exists with a different UUID in the database already.

Simplified example:
Player A (uuid 1) logs in, is added to the database.
Player A (uuid 1) changes their name to B.
Player C (uuid 2) logs in, is added to the database.
Player C (uuid 2) changes their name to A.
The database does not update the uuid for A, so A remains in the database with uuid 1 instead of uuid 2, and the entry under name C remains, although that UUID should now be associated with A.

@darkdiplomat
Copy link
Member

Name in the database was legacy data, but seeing as it can be useful knowlege im marking this as both a bug and an enhancement.

@slowriot
Copy link
Author

Let's call it a bughancement then :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants