fix: 修复空提交问题

This commit is contained in:
1
2025-11-16 21:27:48 +00:00
parent f01068930b
commit 0bc7db4177
2 changed files with 2 additions and 6 deletions

View File

@@ -84,8 +84,6 @@ func (h Controller) PlayerFightBoss(data *fight.ChallengeBossInboundInfo, c *pla
0,
bm.Lv)
// mo.Level = uint32(bm.Lv)
mo.CalculatePetPane()
mo.Hp = uint32(bm.Hp)
mo.MaxHp = uint32(bm.Hp)
moinfo.PetList = append(moinfo.PetList, *mo)