[Character] Convert Load/Save of Character Buffs to Repositories (#3855)

* [Character] Convert Load/Save of Character Buffs to Repositories

# Notes
- Convert `LoadBuffs` to repositories.
- `SaveBuffs` was already using repositories, cleanup logic.

# Images
## Load

## Save

* Update repository.

* Update zonedb.cpp
This commit is contained in:
Alex King
2024-01-07 01:05:27 -05:00
committed by GitHub
parent f3de3e8c31
commit 164fe31fa8
4 changed files with 203 additions and 123 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ public:
return it->second;
return nullptr;
}
Client *GetClientByName(const char *name);
Client *GetClientByName(const char* name);
Client *GetClientByAccID(uint32 accid);
inline Client *GetClientByID(uint16 id)
{