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
|
||||
|
||||
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))
|
||||
return
|
||||
end
|
||||
|
||||
@ -54,7 +54,7 @@ function DailyChallengeManager:startChallenge()
|
||||
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))
|
||||
return
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user