This commit is contained in:
aozhiwei 2023-09-27 18:57:20 +08:00
parent c0937b5bc0
commit 81cc50edd0

View File

@ -356,7 +356,7 @@ namespace mt
abort();
}
for (auto conf : s_.rank_mode_confs) {
if (conf->min_level >= hero_lv) {
if (conf->max_level >= hero_lv) {
return conf.get();
}
}