This commit is contained in:
aozhiwei 2022-09-20 13:11:03 +08:00
parent 844bd0833e
commit b08db96a93

View File

@ -280,7 +280,7 @@ void PlayerStats::ParseReward(a8::XObject& xobj)
auto items_xobj = reward_xobj->At("items");
if (items_xobj && items_xobj->IsArray()) {
for (int i = 0; i < items_xobj->Size(); ++i) {
auto item_xobj = reward_xobj->At(i);
auto item_xobj = items_xobj->At(i);
if (item_xobj && item_xobj->IsObject()) {
over_reward.items.push_back
(std::make_tuple