Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
jiaoyangna 2021-11-26 13:19:11 +08:00
commit c5fddcdf7a
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ function this.RefreshFightData(type)
data.position = (i - 1) % 6 + 1
data.id = monster.id
data.star = monster.star
data.teamDamage=monster.props[2]
data.property = {}
for pi = 1, 25 do
data.property[pi] = monster.props[pi] or 0