This commit is contained in:
aozhiwei 2024-07-17 13:36:07 +08:00
parent 29c18d9392
commit 684eead1d9

View File

@ -439,6 +439,8 @@ class BaseEventProcess {
}
if (tokenType == bcconst.BC_NFT_HERO) {
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) {
await this.ingameActivateGoldBullion(from, to, tblName, tokenId, tokenType);
}