1
This commit is contained in:
parent
2f392f315c
commit
d5ae768fe1
@ -24,6 +24,10 @@ class Transfer extends BaseEventProcess {
|
|||||||
tokenId
|
tokenId
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
const itemMeta = metaFactory.getMetaByKey('FounderTag', tokenId);
|
||||||
|
if (itemMeta) {
|
||||||
|
await this.adjustQuality(tokenId, itemMeta.getQuality());
|
||||||
|
}
|
||||||
await this.update721NftOwner(tokenId, this.getContractAddress(), to, from);
|
await this.update721NftOwner(tokenId, this.getContractAddress(), to, from);
|
||||||
await this.markOk();
|
await this.markOk();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user