【战斗】修复假战斗报错
parent
a38fe30800
commit
266d3088e7
|
@ -656,7 +656,9 @@ function this.GetMonsterDataFromGroup(gId, camp)
|
|||
local mUnit = {
|
||||
unitId = id,
|
||||
position = i,
|
||||
star = star
|
||||
star = star,
|
||||
playerSex = 0,
|
||||
forceScore = 0
|
||||
}
|
||||
local pros = this.GetMonsterPros(id, level, star)
|
||||
mUnit.property = pros
|
||||
|
|
Loading…
Reference in New Issue