mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat(ui): show keyring in inventory
This commit is contained in:
parent
800862c50a
commit
2c32b72f95
7 changed files with 152 additions and 10 deletions
|
|
@ -2534,6 +2534,7 @@ private:
|
|||
std::unordered_set<uint32_t> pendingItemQueries_;
|
||||
std::array<uint64_t, 23> equipSlotGuids_{};
|
||||
std::array<uint64_t, 16> backpackSlotGuids_{};
|
||||
std::array<uint64_t, 32> keyringSlotGuids_{};
|
||||
// Container (bag) contents: containerGuid -> array of item GUIDs per slot
|
||||
struct ContainerInfo {
|
||||
uint32_t numSlots = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue