From 84198eaf5a3fa897f645110fa148a489d76ca2ff Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 05 十一月 2018 09:48:54 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Team/MyTeamWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Team/MyTeamWin.cs b/System/Team/MyTeamWin.cs
index 13210b5..dfb51cd 100644
--- a/System/Team/MyTeamWin.cs
+++ b/System/Team/MyTeamWin.cs
@@ -160,7 +160,7 @@
             {
                 if (model.myTeam.iamCaptainer)
                 {
-                    model.RecordHeroAI();
+                    HeroAIRecorder.Record();
                 }
                 GroupDungeonChallengeProcessor.Instance.GroupChallengeDungeon(model.myTeam.mission.mapId, model.myTeam.mission.mapEx, false);
             }

--
Gitblit v1.8.0