1
This commit is contained in:
parent
65c8d524a3
commit
f98b183e37
@ -904,6 +904,10 @@ void BattleDataContext::ForceInit(long long hero_uniid,
|
|||||||
weapon2_ability_->weapon_uniid = weapon2_uniid;
|
weapon2_ability_->weapon_uniid = weapon2_uniid;
|
||||||
weapon2_ability_->weapon_meta = weapon2_meta;
|
weapon2_ability_->weapon_meta = weapon2_meta;
|
||||||
}
|
}
|
||||||
|
auto match_conf = owner_.Get()->room->GetRankMatchConf();
|
||||||
|
if (owner_.Get()->IsAndroid() && match_conf) {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void BattleDataContext::Init(Creature* c)
|
void BattleDataContext::Init(Creature* c)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user