Merge branch 'arena' of http://git.juzugame.com/b6-client/b6-lua into arena
This commit is contained in:
commit
efb9e79c4d
@ -23,7 +23,7 @@ function ChapterManager:openBoxFinish(result)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function ChapterManager:startFight()
|
function ChapterManager:startFight()
|
||||||
if not DataManager.ArenaData:formationIsFull(GConst.BattleConst.BATTLE_TYPE.STAGE) then
|
if not DataManager.FormationData:formationIsFull(GConst.BattleConst.BATTLE_TYPE.STAGE) then
|
||||||
GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_8))
|
GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_8))
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
@ -54,7 +54,7 @@ function DailyChallengeManager:startChallenge()
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- 检查阵容
|
-- 检查阵容
|
||||||
if not DataManager.ArenaData:formationIsFull(GConst.BattleConst.BATTLE_TYPE.STAGE) then
|
if not DataManager.FormationData:formationIsFull(GConst.BattleConst.BATTLE_TYPE.STAGE) then
|
||||||
GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_8))
|
GFunc.showToast(I18N:getGlobalText(I18N.GlobalConst.BATTLE_DESC_8))
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user