Explorar o código

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

lvlh %!s(int64=3) %!d(string=hai) anos
pai
achega
c1f4370bc8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)