Compare commits
No commits in common. "6bcd618d5737c74999bab6e558497bfafd45a3df" and "715efd504ca54e9bb114ad8b2c5decbbdcb0afd0" have entirely different histories.
6bcd618d57
...
715efd504c
@ -655,9 +655,7 @@ 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);
|
||||
}
|
||||
prize = prize.concat(G.gc.heroSkin[p.t].zhuanhuan);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user