From 04c9307019c2d99869e0fa8362c023da616da61a Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 07 九月 2018 15:07:42 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/FairyAu/FairyChangeTipWin.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/System/FairyAu/FairyChangeTipWin.cs b/System/FairyAu/FairyChangeTipWin.cs
index c8fe786..5fd9190 100644
--- a/System/FairyAu/FairyChangeTipWin.cs
+++ b/System/FairyAu/FairyChangeTipWin.cs
@@ -68,6 +68,15 @@
                          notifyPack.Msg = result;
                          GameNetSystem.Instance.SendInfo(notifyPack);
                          CloseImmediately();
+
+                         try
+                         {
+                             OperationLogCollect.Instance.ChatReport(result, Language.Get("GameNotice1"), string.Empty, ChatInfoType.Fairy);
+                         }
+                         catch (Exception e)
+                         {
+                             DebugEx.Log(e.Message);
+                         }
                      }
                  });
         }

--
Gitblit v1.8.0