Merge branch 'feature/skin' into dev

This commit is contained in:
xichaoyin 2024-01-06 16:33:05 +08:00
commit a8d8ddf954

View File

@ -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
)
}