瀏覽代碼

MMO-20253:上一个技能如果释放过有蓄力条的技能后切图,会把蓄力条自动又放一遍

lvlh 3 年之前
父節點
當前提交
c1f4370bc8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Common/CommonAI/ZoneClient/ZoneObject.Unit.Status.cs

+ 1 - 0
Common/CommonAI/ZoneClient/ZoneObject.Unit.Status.cs

@@ -507,6 +507,7 @@ namespace CommonAI.ZoneClient
                 }
                 this.is_skill_never_launch = true;
                 this.CurrentActionID = -1;
+                ChargeProgress = 1f;
             }
 
             internal bool TryLaunch(UnitLaunchSkillAction act)