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

Split world database into game data and player data. #24

Open
Victov opened this issue Oct 15, 2022 · 0 comments
Open

Split world database into game data and player data. #24

Victov opened this issue Oct 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Victov
Copy link
Owner

Victov commented Oct 15, 2022

Currently the wrath-realm-db contains both game data (creatures, items, etc) and player data (characters, equipment, etc).

Split up wrath-realm-db into wrath-game-db containing game data (things that aren't supposed to change per realm), and make wrath-realm-db only contain realm-specific data, like player characters and items.

The idea is that two realms can read from the same wrath-game-db and each realm reads/writes to their own wrath-realm-db. The user permissions for wrath-game-db could even be read-only.

@Victov Victov added the enhancement New feature or request label Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant