This commit is contained in:
aozhiwei 2020-06-18 15:22:30 +08:00
parent 2a76ccfdb4
commit 7e6bc959df

View File

@ -209,10 +209,12 @@ void Player::_CMFriendApplyList(f8::MsgHdr& hdr, const cs::CMFriendApplyList& ms
apply.base_data.user_value1 = a8::XValue(row[8]);
apply.base_data.user_value2 = a8::XValue(row[9]);
apply.base_data.user_value3 = a8::XValue(row[10]);
#if 0
hum->apply_list_.push_back(apply);
if (apply.idx > hum->last_apply_idx_) {
hum->last_apply_idx_ = apply.idx;
}
#endif
}
cs::SMFriendApplyList respmsg;
hum->FillApplyList(*paging, respmsg);