少年修仙传客户端代码仓库
client_Hale
2018-09-07 04c9307019c2d99869e0fa8362c023da616da61a
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
9 ■■■■■ 已修改文件
System/FairyAu/FairyChangeTipWin.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
                         }
                     }
                 });
        }