You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently the
wrath-realm-db
contains both game data (creatures, items, etc) and player data (characters, equipment, etc).Split up
wrath-realm-db
intowrath-game-db
containing game data (things that aren't supposed to change per realm), and makewrath-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 ownwrath-realm-db
. The user permissions forwrath-game-db
could even be read-only.The text was updated successfully, but these errors were encountered: