1
This commit is contained in:
parent
ffb980f74e
commit
2199523301
@ -701,7 +701,7 @@ class Hero extends BaseModel {
|
|||||||
{
|
{
|
||||||
if (self::find($heroUniId)) {
|
if (self::find($heroUniId)) {
|
||||||
myself()->_getSelfMysql()->execScript(
|
myself()->_getSelfMysql()->execScript(
|
||||||
'UPDATE t_hero SET token_id=:token_id, active_count=active_count + 1 ' .
|
'UPDATE t_hero SET token_id=:token_id ' .
|
||||||
'WHERE idx=:idx AND token_id IS NULL;',
|
'WHERE idx=:idx AND token_id IS NULL;',
|
||||||
array(
|
array(
|
||||||
':idx' => $heroUniId,
|
':idx' => $heroUniId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user