Compare commits
No commits in common. "e30155ca54cd29d8b88f2cd865e2edb76276adf1" and "73537c36378342fd36135eb62a17f13b5c0ef917" have entirely different histories.
e30155ca54
...
73537c3637
@ -655,11 +655,9 @@ 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