上传战斗初始列表 怪物站位bug

This commit is contained in:
liwei1dao 2022-09-09 15:04:58 +08:00
parent 02514f3e55
commit 7cbbc9c8c6

View File

@ -138,7 +138,7 @@ func (this *modelBattleComp) createpve(session comm.IUserSession, conn *db.DBCon
Tid: int32(200 + i*10 + i1), Tid: int32(200 + i*10 + i1),
Oid: hero.Id, Oid: hero.Id,
HeroID: hero.HeroID, HeroID: hero.HeroID,
Pos: int32(i), Pos: int32(i1),
Star: hero.Star, Star: hero.Star,
Lv: hero.Lv, Lv: hero.Lv,
CaptainSkill: hero.CaptainSkill, CaptainSkill: hero.CaptainSkill,