mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
feat: parse item set ID and display set name in item tooltip via ItemSet.dbc
This commit is contained in:
parent
d48e4fb7c3
commit
48f12d9ca8
6 changed files with 66 additions and 2 deletions
|
|
@ -1597,6 +1597,7 @@ struct ItemQueryResponseData {
|
|||
// Gem socket slots (WotLK/TBC): 0=no socket; color mask: 1=Meta,2=Red,4=Yellow,8=Blue
|
||||
std::array<uint32_t, 3> socketColor{};
|
||||
uint32_t socketBonus = 0; // enchantmentId of socket bonus; 0=none
|
||||
uint32_t itemSetId = 0; // ItemSet.dbc entry; 0=not part of a set
|
||||
bool valid = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue