From 220717f4a48faf0e673f77701075c14645f168ed Mon Sep 17 00:00:00 2001 From: xichaoyin Date: Sat, 6 Jan 2024 16:32:46 +0800 Subject: [PATCH] fix: bug --- src/api_s2c/heroskin/ApiUplv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api_s2c/heroskin/ApiUplv.ts b/src/api_s2c/heroskin/ApiUplv.ts index 714a1c3..dc281e2 100644 --- a/src/api_s2c/heroskin/ApiUplv.ts +++ b/src/api_s2c/heroskin/ApiUplv.ts @@ -15,7 +15,7 @@ export default async function (call: ApiCall) { 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 ) }