Merge branch 'feature/skin' into dev
This commit is contained in:
commit
6bcd618d57
@ -655,9 +655,11 @@ export class PlayerFun {
|
||||
if (!heroskin[p.t]) {
|
||||
upskin[p.t] = 1;
|
||||
} else {
|
||||
for (let i = 0; i < p.n; i++) {
|
||||
prize = prize.concat(G.gc.heroSkin[p.t].zhuanhuan);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (Object.keys(upskin).length > 0) {
|
||||
await this.addAttr(call, { heroskin: Object.assign(heroskin, upskin) });
|
||||
|
Loading…
Reference in New Issue
Block a user