【新假战斗】修改假战斗的战斗类型

dev_chengFeng
gaoxin 2021-11-10 11:42:20 +08:00
parent 880c77888a
commit 6d377cdf69
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function this.EventTrigger(eventId, callBack)
local testFightData = {
fightData = fdata,
fightSeed = fseed,
fightType = 0,
fightType = BATTLE_SERVER_TYPE.StoryFight,
maxRound = 20
}
local panel = UIManager.OpenPanel(UIName.GuideBattlePanel, testFightData, function()