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