fix(fight): 修复空变更提交问题

This commit is contained in:
1
2025-11-10 09:29:13 +00:00
parent c41861fed0
commit 7aff17033e

View File

@@ -299,7 +299,7 @@ func (f *FightC) processSkillAttack(attacker, defender *input.Input, a *info.Ski
}
}
for _, e := range attacker.EffectCache {
for _, e := range attacker.Effects {
//这里实现应该参考本地技能是否命中,然后
e.Hit(a.AttackTime != 0) //我方效果命中
}