Fix quest reward selection index mapping for choose-reward

This commit is contained in:
Kelsi 2026-02-19 03:12:57 -08:00
parent 506e841ce0
commit 19525067cf
3 changed files with 66 additions and 17 deletions

View file

@ -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) */