1
This commit is contained in:
parent
0c1d645587
commit
88a1b3d176
@ -637,7 +637,7 @@ class RoleController{
|
||||
if ($daily_time == 0 || ($nowTime - phpcommon\getdayseconds($daily_time) > 0)) {
|
||||
$daily_time = time();
|
||||
}
|
||||
$ret = $conn->execScript('UPDATE user SET coin_num=:coin_num, modify_time=:modify_time, kills=:kills, daily_time=:daily_time, biogame_times=:biogame_times ' .
|
||||
$ret = $conn->execScript('UPDATE user SET coin_num=:coin_num, modify_time=:modify_time, kills=:kills, daily_time=:daily_time, biogame_times=:biogame_times, game_times=:game_times ' .
|
||||
'WHERE accountid=:accountid;',
|
||||
array(
|
||||
':accountid' => $account_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user