fix:
bug
This commit is contained in:
parent
0902ab6cd5
commit
220717f4a4
@ -15,7 +15,7 @@ export default async function (call: ApiCall<ReqUplv, ResUplv>) {
|
||||
|
||||
let need = [];
|
||||
for (let i = 0; i < call.req.lv; i++) {
|
||||
need.concat(
|
||||
need = need.concat(
|
||||
G.gc.heroSkinLv[skinconf.colour][cur_lv + i].need
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user