1
This commit is contained in:
parent
2a76ccfdb4
commit
7e6bc959df
@ -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_value1 = a8::XValue(row[8]);
|
||||||
apply.base_data.user_value2 = a8::XValue(row[9]);
|
apply.base_data.user_value2 = a8::XValue(row[9]);
|
||||||
apply.base_data.user_value3 = a8::XValue(row[10]);
|
apply.base_data.user_value3 = a8::XValue(row[10]);
|
||||||
|
#if 0
|
||||||
hum->apply_list_.push_back(apply);
|
hum->apply_list_.push_back(apply);
|
||||||
if (apply.idx > hum->last_apply_idx_) {
|
if (apply.idx > hum->last_apply_idx_) {
|
||||||
hum->last_apply_idx_ = apply.idx;
|
hum->last_apply_idx_ = apply.idx;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
cs::SMFriendApplyList respmsg;
|
cs::SMFriendApplyList respmsg;
|
||||||
hum->FillApplyList(*paging, respmsg);
|
hum->FillApplyList(*paging, respmsg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user