1
This commit is contained in:
parent
29c18d9392
commit
684eead1d9
@ -439,6 +439,8 @@ class BaseEventProcess {
|
|||||||
}
|
}
|
||||||
if (tokenType == bcconst.BC_NFT_HERO) {
|
if (tokenType == bcconst.BC_NFT_HERO) {
|
||||||
await this.ingameActivateHero(from, to, tblName, tokenId, tokenType);
|
await this.ingameActivateHero(from, to, tblName, tokenId, tokenType);
|
||||||
|
} else if (tokenType == bcconst.BC_NFT_NORMAL_HERO) {
|
||||||
|
await this.ingameActivateHero(from, to, tblName, tokenId, tokenType);
|
||||||
} else if (tokenType == bcconst.BC_NFT_GOLD_BULLION) {
|
} else if (tokenType == bcconst.BC_NFT_GOLD_BULLION) {
|
||||||
await this.ingameActivateGoldBullion(from, to, tblName, tokenId, tokenType);
|
await this.ingameActivateGoldBullion(from, to, tblName, tokenId, tokenType);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user