Merge branch 'feature/weiwang' into dev
This commit is contained in:
commit
a1a687773c
@ -25,7 +25,7 @@ export default async function (call: ApiCall<ReqUpLv, ResUpLv>) {
|
||||
let config;
|
||||
for (let id of ids) {
|
||||
config = G.gc.renown_level[id];
|
||||
if (min_lv < config.renownlevel) {
|
||||
if (min_lv < config.maxlevel) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user