1
This commit is contained in:
parent
60c75adea8
commit
c30e1653d0
@ -1313,10 +1313,7 @@ void Player::RecalcRedPoint()
|
|||||||
"FROM friend_apply WHERE idx > %d AND target_id='%s' AND status=0 "
|
"FROM friend_apply WHERE idx > %d AND target_id='%s' AND status=0 "
|
||||||
" AND sender_id NOT IN(" + fmtstr + ") LIMIT 1;"
|
" AND sender_id NOT IN(" + fmtstr + ") LIMIT 1;"
|
||||||
).c_str(),
|
).c_str(),
|
||||||
{
|
sql_params,
|
||||||
last_apply_idx_,
|
|
||||||
myself.base_data.account_id
|
|
||||||
},
|
|
||||||
a8::XParams()
|
a8::XParams()
|
||||||
.SetSender(myself.base_data.account_id),
|
.SetSender(myself.base_data.account_id),
|
||||||
on_ok,
|
on_ok,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user