This commit is contained in:
aozhiwei 2023-07-20 21:44:49 +08:00
parent 65c8d524a3
commit f98b183e37

View File

@ -904,6 +904,10 @@ void BattleDataContext::ForceInit(long long hero_uniid,
weapon2_ability_->weapon_uniid = weapon2_uniid;
weapon2_ability_->weapon_meta = weapon2_meta;
}
auto match_conf = owner_.Get()->room->GetRankMatchConf();
if (owner_.Get()->IsAndroid() && match_conf) {
}
}
void BattleDataContext::Init(Creature* c)