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