1
This commit is contained in:
parent
042a88d88a
commit
7da42fc7c8
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user