feat:皮肤
This commit is contained in:
parent
e914f3f11b
commit
afb4c24322
@ -608,12 +608,12 @@ export class PlayerFun {
|
||||
}
|
||||
}
|
||||
if (Object.keys(upskin).length > 0) {
|
||||
this.addAttr(call, { heroskin: Object.assign(heroskin, upskin) });
|
||||
await this.addAttr(call, { heroskin: Object.assign(heroskin, upskin) });
|
||||
}
|
||||
|
||||
// 皮肤存在转换为其他奖励
|
||||
if (prize.length > 0) {
|
||||
this.sendPrize(call, prize);
|
||||
await this.sendPrize(call, prize);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user