mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix quest reward selection index mapping for choose-reward
This commit is contained in:
parent
506e841ce0
commit
19525067cf
3 changed files with 66 additions and 17 deletions
|
|
@ -1961,6 +1961,7 @@ struct QuestRewardItem {
|
|||
uint32_t itemId = 0;
|
||||
uint32_t count = 0;
|
||||
uint32_t displayInfoId = 0;
|
||||
uint32_t choiceSlot = 0; // Original reward slot index from server payload
|
||||
};
|
||||
|
||||
/** SMSG_QUESTGIVER_REQUEST_ITEMS data (turn-in progress check) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue