【战斗】修复假战斗报错

dev_chengFeng
gaoxin 2021-10-26 21:43:00 +08:00
parent a38fe30800
commit 266d3088e7
1 changed files with 3 additions and 1 deletions

View File

@ -656,7 +656,9 @@ function this.GetMonsterDataFromGroup(gId, camp)
local mUnit = { local mUnit = {
unitId = id, unitId = id,
position = i, position = i,
star = star star = star,
playerSex = 0,
forceScore = 0
} }
local pros = this.GetMonsterPros(id, level, star) local pros = this.GetMonsterPros(id, level, star)
mUnit.property = pros mUnit.property = pros