diff --git a/src/api_s2c/weiwang/ApiUpLv.ts b/src/api_s2c/weiwang/ApiUpLv.ts index ab4fbc3..e2212b5 100644 --- a/src/api_s2c/weiwang/ApiUpLv.ts +++ b/src/api_s2c/weiwang/ApiUpLv.ts @@ -25,7 +25,7 @@ export default async function (call: ApiCall) { let config; for (let id of ids) { config = G.gc.renown_level[id]; - if (min_lv < config.renownlevel) { + if (min_lv < config.maxlevel) { break; } }