bug
This commit is contained in:
xichaoyin 2024-01-06 16:32:46 +08:00
parent 0902ab6cd5
commit 220717f4a4

View File

@ -15,7 +15,7 @@ export default async function (call: ApiCall<ReqUplv, ResUplv>) {
let need = []; let need = [];
for (let i = 0; i < call.req.lv; i++) { for (let i = 0; i < call.req.lv; i++) {
need.concat( need = need.concat(
G.gc.heroSkinLv[skinconf.colour][cur_lv + i].need G.gc.heroSkinLv[skinconf.colour][cur_lv + i].need
) )
} }