【大闹天宫】试炼节点
parent
a0135661dc
commit
c3cdf85e4d
|
@ -63,7 +63,7 @@ function this:FormationAdapter()
|
||||||
if monsterData.bossTeaminfo.teamInfo and monsterData.bossTeaminfo.teamInfo > 0 then
|
if monsterData.bossTeaminfo.teamInfo and monsterData.bossTeaminfo.teamInfo > 0 then
|
||||||
local monsterGroup = ConfigManager.TryGetConfigDataByKey(ConfigName.ExpeditionRecruitConfig,"HeroId",monsterData.bossTeaminfo.teamInfo)
|
local monsterGroup = ConfigManager.TryGetConfigDataByKey(ConfigName.ExpeditionRecruitConfig,"HeroId",monsterData.bossTeaminfo.teamInfo)
|
||||||
if monsterGroup and monsterGroup.getHero then
|
if monsterGroup and monsterGroup.getHero then
|
||||||
monsterCongig = ConfigManager.TryGetConfigData(ConfigName.HeroConfig,monsterCongig.getHero)
|
monsterCongig = ConfigManager.TryGetConfigData(ConfigName.HeroConfig,monsterGroup.getHero)
|
||||||
end
|
end
|
||||||
if not monsterCongig then return end
|
if not monsterCongig then return end
|
||||||
local heroConfig = monsterCongig
|
local heroConfig = monsterCongig
|
||||||
|
|
Loading…
Reference in New Issue