fix: 修复战斗广播技能PP同步问题
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
This commit is contained in:
@@ -284,7 +284,9 @@ func (our *Input) GenInfo() {
|
||||
}
|
||||
|
||||
our.RemainHp = int32(currentPet.Info.Hp)
|
||||
our.SkillList = currentPet.Info.SkillList
|
||||
our.MaxHp = currentPet.Info.MaxHp
|
||||
our.SkillList = append(our.SkillList[:0], currentPet.Info.SkillList...)
|
||||
our.SkillListLen = uint32(len(our.SkillList))
|
||||
|
||||
// f.Second.SkillList = f.Second.CurPet.Info.SkillList
|
||||
// f.Second.RemainHp = int32(f.Second.CurPet.Info.Hp)
|
||||
|
||||
Reference in New Issue
Block a user