1
This commit is contained in:
parent
60657ac6e8
commit
269b41bebe
@ -948,9 +948,10 @@ void Player::ProcessEventTimerFunc()
|
|||||||
conn_info,
|
conn_info,
|
||||||
"SELECT idx, sender_id, target_id, event_name, param1, param2, "
|
"SELECT idx, sender_id, target_id, event_name, param1, param2, "
|
||||||
" param3, event_data, status, createtime "
|
" param3, event_data, status, createtime "
|
||||||
"FROM `event` WHERE idx > %d AND target_id='%s' AND status=0;",
|
"FROM `event` WHERE idx > %d AND idx <= %d AND target_id='%s' AND status=0;",
|
||||||
{
|
{
|
||||||
last_event_idx_,
|
last_event_idx_,
|
||||||
|
curr_max_event_idx_,
|
||||||
myself.base_data.account_id
|
myself.base_data.account_id
|
||||||
},
|
},
|
||||||
a8::XParams()
|
a8::XParams()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user