mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-24 00:00:13 +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
|
|
@ -3219,6 +3219,7 @@ bool QuestOfferRewardParser::parse(network::Packet& packet, QuestOfferRewardData
|
|||
item.itemId = packet.readUInt32();
|
||||
item.count = packet.readUInt32();
|
||||
item.displayInfoId = packet.readUInt32();
|
||||
item.choiceSlot = i;
|
||||
if (item.itemId > 0)
|
||||
data.choiceRewards.push_back(item);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue