skrillax
skrillax copied to clipboard
Implement basic persistence for character attributes
Currently, we don't save anything apart from the last login date. We should add a mechanism that will periodically synchronize the character information, such as level, masteries, items, etc.
- [ ] Attributes to persist
- [x] Level & Experience
- [x] SP
- [x] Location
- [x] Health & Mana
- [x] Statpoints
- [ ] Inventory
- [ ] Masteries
- [x] Persist occasionally
- [x] Persist on logout/disconnect