From bfa20b35bbe0407a93a0eb96d53463413d61504c Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 16:13:19 +0800
Subject: [PATCH] 125 战斗 误传的断点

---
 Main/System/Battle/Motion/MotionBase.cs |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/Main/System/Battle/Motion/MotionBase.cs b/Main/System/Battle/Motion/MotionBase.cs
index ba71c8d..5be8665 100644
--- a/Main/System/Battle/Motion/MotionBase.cs
+++ b/Main/System/Battle/Motion/MotionBase.cs
@@ -143,10 +143,6 @@
         if (hasAnim)
         {
             skillTrack = animState.SetAnimation(trackIndex, targetAnim, false);
-            if (null == skillTrack || skillConfig.SkillID == 3008020)
-            {
-                Debug.Break();
-            }
             
             // 鍙湁涓绘妧鑳芥墠鏇存柊 currentTrack
             if (!isSubSkill)

--
Gitblit v1.8.0