Main/System/Battle/Skill/DirectlyDamageSkill.cs
@@ -64,9 +64,9 @@ base.OnHitTargets(_hitIndex, hitList); } protected override void OnHitEachTarget(BattleObject target, List<long> damageList, ref H0604_tagUseSkillAttack.tagSkillHurtObj hurt) protected override void OnHitEachTarget(BattleObject target, long totalDamage, List<long> damageList, ref H0604_tagUseSkillAttack.tagSkillHurtObj hurt) { base.OnHitEachTarget(target, damageList, ref hurt); base.OnHitEachTarget(target, totalDamage, damageList, ref hurt); }