-
Notifications
You must be signed in to change notification settings - Fork 491
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
Store world save variables at characters db #2825
base: development
Are you sure you want to change the base?
Store world save variables at characters db #2825
Conversation
World states is already a term that exists, and it's something that's sent to client. We should not have confusing naming like this, because it implies that those are the same world states blizzard sends if you name the table like this, and that is not what it contains. Variables is our own custom indexes and values, not using blizzard's ids for stuff. |
or another permutation of these words? |
maybe world_persistent_variables? |
|
Oh yes, you're right, there are querys on |
I don't think it makes sense to change only |
🍰 Pullrequest
Store world save variables at characters db, as they are related to player actions and make world database read only.
This will allow to apply a fresh world db without wiping any saved states.
Also removed
LoadVariable
function, as it was unused.(Changes have been tested on raspywow server)
How2Test
world_persistent_variables
at characters dbTodo / Checklist