删除编队英雄去掉无尽副本判断
parent
d43d4970e7
commit
08a37d89d0
|
@ -134,8 +134,8 @@ function this.SingleHeroDataShow(go,_heroData)
|
|||
UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.SAVE_FORMATION)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ARENA_DEFEND then
|
||||
JumpManager.GoJump(8001)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then
|
||||
JumpManager.GoJump(57001)
|
||||
-- elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then
|
||||
-- JumpManager.GoJump(57001)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.ARENA_TOM_MATCH then
|
||||
-- JumpManager.GoJump(57001)
|
||||
UIManager.OpenPanel(UIName.ArenaTopMatchPanel)
|
||||
|
|
|
@ -215,8 +215,8 @@ function this.SingleHeroDataShow(go,_heroData)
|
|||
UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.SAVE_FORMATION)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ARENA_DEFEND then
|
||||
JumpManager.GoJump(8001)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then
|
||||
JumpManager.GoJump(57001)
|
||||
-- elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then
|
||||
-- JumpManager.GoJump(57001)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.EXPEDITION then
|
||||
UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.SAVE_FORMATION,FormationTypeDef.EXPEDITION)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.ARENA_TOM_MATCH then
|
||||
|
|
|
@ -154,8 +154,8 @@ function this.SingleHeroDataShow(go,_heroData)
|
|||
UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.SAVE_FORMATION)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ARENA_DEFEND then
|
||||
JumpManager.GoJump(8001)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then
|
||||
JumpManager.GoJump(57001)
|
||||
-- elseif heroData.isFormations[1] == FormationTypeDef.FORMATION_ENDLESS_MAP then
|
||||
-- JumpManager.GoJump(57001)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.EXPEDITION then
|
||||
UIManager.OpenPanel(UIName.FormationPanelV2, FORMATION_TYPE.SAVE_FORMATION,FormationTypeDef.EXPEDITION)
|
||||
elseif heroData.isFormations[1] == FormationTypeDef.ARENA_TOM_MATCH then
|
||||
|
|
Loading…
Reference in New Issue