This commit is contained in:
aozhiwei 2023-07-11 19:06:56 +08:00
parent 042a88d88a
commit 7da42fc7c8

View File

@ -48,6 +48,11 @@ function getNftTableName(tokenType) {
return 't_hero';
}
break;
case bcconst.BC_NFT_EQUIP:
{
return 't_gun';
}
break;
case bcconst.BC_NFT_CHIP:
{
return 't_chip';