hch
2025-12-04 dfe911cae4451f4df04316145fe1f67d433c62f4
Main/System/Battle/BattleObject/BattleObject.cs
@@ -359,7 +359,7 @@
            {
                if (!buffMgr.isControled[BattleConst.HardControlGroup])
                {
                    battleField.soundManager.PlayEffectSound(teamHero.heroConfig.HitSFX);
                    battleField.soundManager.PlayEffectSound(teamHero.heroConfig.HitSFX, false);
                    motionBase.PlayAnimation(MotionName.hit, false);
                }
            }