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

Issue - Guild Creation #394

Open
kirmmin opened this issue Dec 3, 2021 · 1 comment
Open

Issue - Guild Creation #394

kirmmin opened this issue Dec 3, 2021 · 1 comment

Comments

@kirmmin
Copy link
Member

kirmmin commented Dec 3, 2021

If a user disbands a guild and then tries to recreate the guild with the same name it will fail.

Cause: Seems to be caused by the fact the guildNameCache does not get emptied immediately on deletion queue.

In addition, it appears that guilds the get created and then diisbanded before a database save happens will not get created. But, if a guild is disbanded, the database entry remains. I think this should be consistent. If pending delete, we should still save the guild to the database?

@kirmmin
Copy link
Member Author

kirmmin commented Dec 3, 2021

Hearing that Guild Names were unique by type. Currently, NF does not support that,

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

No branches or pull requests

1 participant