Merge branch 'feature/weiwang' into dev

This commit is contained in:
xichaoyin 2024-01-03 16:28:15 +08:00
commit a1a687773c

View File

@ -25,7 +25,7 @@ export default async function (call: ApiCall<ReqUpLv, ResUpLv>) {
let config; let config;
for (let id of ids) { for (let id of ids) {
config = G.gc.renown_level[id]; config = G.gc.renown_level[id];
if (min_lv < config.renownlevel) { if (min_lv < config.maxlevel) {
break; break;
} }
} }