This commit is contained in:
aozhiwei 2024-07-19 14:41:47 +08:00
parent 2b5f0b9811
commit 5ccbb760f6
3 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,7 @@ class Transfer extends BaseEventProcess {
}
if (row && row['hero_id']) {
await this.adjustItemId(tokenId, row['hero_id']);
await this.adjustQuality(tokenId, row['quality']);
}
}

View File

@ -81,6 +81,7 @@ class Transfer extends BaseEventProcess {
}
if (row && row['hero_id']) {
await this.adjustItemId(tokenId, row['hero_id']);
await this.adjustQuality(tokenId, row['quality']);
}
}

View File

@ -462,6 +462,7 @@ class BaseEventProcess {
}
if (row) {
await this.adjustItemId(tokenId, row['hero_id']);
await this.adjustQuality(tokenId, row['quality']);
if (row['activate']) {
return;
}