1
This commit is contained in:
parent
33a5206920
commit
362cea871b
@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
class RoleController{
|
||||
|
||||
@ -28,8 +28,8 @@ class RoleController{
|
||||
':accountid' => $account_id
|
||||
));
|
||||
if (!$row) {
|
||||
$ret = execScript('INSERT INTO user(accountid, rank, game_times, win_times, kills, harm, add_HP, alive_time, coin_num, integral, kill_his, alive_time_his, harm_his, add_HP_his) ' .
|
||||
' VALUES(:accountid, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,);',
|
||||
$ret = $conn->execScript('INSERT INTO user(accountid, rank, game_times, win_times, kills, harm, add_HP, alive_time, coin_num, integral, kill_his, alive_time_his, harm_his, add_HP_his) ' .
|
||||
' VALUES(:accountid, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);',
|
||||
array(
|
||||
':accountid' => $account_id
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user