Main/System/InternalAffairs/GoldRushLeader.cs
@@ -76,8 +76,15 @@ Vector3 nextPos = leaderPathPointArr[moveIndex].transform.localPosition; if (isBack) { leader.PlayAnimation("run_xiangzi", true, false); { if (GoldRushManager.Instance.HasWorking(tendID)) { leader.PlayAnimation("run", true, false); } else { leader.PlayAnimation("run_xiangzi", true, false); } } else {