【gm】修复战斗数据gm报错的问题
parent
ebe03eff48
commit
a3d6f49e15
|
@ -199,6 +199,7 @@ function this.RunFakeBattle(fakeId)
|
|||
end
|
||||
-- 战斗数据
|
||||
function this.RunBattleData(data, seed)
|
||||
data = loadstring("return "..data)()
|
||||
require("Modules.Main.BattleData1")
|
||||
local fdata = (data and data ~= "") and data or testBattleData1
|
||||
local fseed = (seed and seed ~= "") and seed or testBattleSeed
|
||||
|
|
Loading…
Reference in New Issue