1
This commit is contained in:
parent
2b5f0b9811
commit
5ccbb760f6
@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user