【首冲】 首冲测试战斗修改提交
parent
2a6e0fdf34
commit
4493972a2f
|
|
@ -72,10 +72,11 @@ function FirstRechargePanel:BindEvent()
|
|||
end)
|
||||
end
|
||||
Util.AddClick(self.heroPreviewBtn, function()
|
||||
local fb = ConfigManager.GetConfigData(ConfigName.FakeBattle, 1002)
|
||||
local fakeId = tonumber(1008)
|
||||
local fdata, fseed = BattleManager.GetFakeBattleData(fakeId)
|
||||
local testFightData = {
|
||||
fightData = loadstring("return "..fb.FightData)(),
|
||||
fightSeed = fb.TimeSeed,
|
||||
fightData = fdata,
|
||||
fightSeed = fseed,
|
||||
fightType = 0,
|
||||
maxRound = 20
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue