【GM】战斗种子数据类型错误

dev_chengFeng
gaoxin 2020-11-11 16:10:21 +08:00
parent a3d6f49e15
commit a65c528256
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ end
-- 战斗数据
function this.RunBattleData(data, seed)
data = loadstring("return "..data)()
seed = tonumber(seed)
require("Modules.Main.BattleData1")
local fdata = (data and data ~= "") and data or testBattleData1
local fseed = (seed and seed ~= "") and seed or testBattleSeed