Browse Source

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

lvlh 3 years ago
parent
commit
c1f4370bc8
1 changed files with 1 additions and 0 deletions
  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)