|
@@ -117,11 +117,12 @@ function initGodWar()
|
|
|
CombatPosLogic.copyCombatHeros(fakeHuman, CombatDefine.COMBAT_TYPE1, CombatDefine.COMBAT_TYPE4)
|
|
CombatPosLogic.copyCombatHeros(fakeHuman, CombatDefine.COMBAT_TYPE1, CombatDefine.COMBAT_TYPE4)
|
|
|
ObjHuman.save(fakeHuman)
|
|
ObjHuman.save(fakeHuman)
|
|
|
end
|
|
end
|
|
|
- local objList, helpList, rolebase, formation, _, elfList = CombatLogic.getHumanObjList(fakeHuman, CombatDefine.COMBAT_TYPE4)
|
|
|
|
|
|
|
+ local objList, helpList, rolebase, formation, jiban, elfList = CombatLogic.getHumanObjList(fakeHuman, CombatDefine.COMBAT_TYPE4)
|
|
|
|
|
|
|
|
roleData = {}
|
|
roleData = {}
|
|
|
roleData.objList = Util.copyTable(objList)
|
|
roleData.objList = Util.copyTable(objList)
|
|
|
roleData.helpList = Util.copyTable(helpList)
|
|
roleData.helpList = Util.copyTable(helpList)
|
|
|
|
|
+ roleData.jiban = Util.copyTable(jiban)
|
|
|
roleData.elfList = Util.copyTable(elfList)
|
|
roleData.elfList = Util.copyTable(elfList)
|
|
|
roleData.rolebase = Util.copyTable(rolebase)
|
|
roleData.rolebase = Util.copyTable(rolebase)
|
|
|
roleData.formation = formation
|
|
roleData.formation = formation
|