From 3c50fdbd010ce6b59a5f2f02b8945ec838952720 Mon Sep 17 00:00:00 2001 From: xichaoyin Date: Wed, 3 Jan 2024 16:27:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A8=81=E6=9C=9B?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=B6=88=E8=80=97=E8=AE=A1=E7=AE=97=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api_s2c/weiwang/ApiUpLv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }