1
This commit is contained in:
parent
586ae84de0
commit
f758312a79
@ -410,6 +410,7 @@ class BaseEventProcess {
|
||||
|
||||
async ingameActivateHero(tblName, tokenId, tokenType) {
|
||||
const logHead = this.genLogHead(' ingameActivateHero ');
|
||||
const nowTime = utils.getUtcTime();
|
||||
{
|
||||
const {err, row} = await this.gameDbConn(
|
||||
'ormSelectOne',
|
||||
@ -436,7 +437,6 @@ class BaseEventProcess {
|
||||
]);
|
||||
}
|
||||
}
|
||||
const nowTime = utils.getUtcTime();
|
||||
const {err} = await this.gameDbConn(
|
||||
'update',
|
||||
tblName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user