【战斗】修复假战斗报错
parent
a38fe30800
commit
266d3088e7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue