1
This commit is contained in:
parent
185674a284
commit
c0937b5bc0
@ -48,7 +48,7 @@ static RoomType_e GetHumanRoomType(const std::shared_ptr<BattleDataContext> netd
|
||||
netdata->GetHeroLvQuality(hero_uniid, hero_lv, quality);
|
||||
if (netdata->join_msg->room_mode() == kPvpRankMode) {
|
||||
#if 1
|
||||
auto rank_mode_conf = mt::Param::GetRankModeConfByElo(hero_lv);
|
||||
auto rank_mode_conf = mt::Param::GetRankModeConfByHeroLv(hero_lv);
|
||||
if (!rank_mode_conf) {
|
||||
abort();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user