yyl
7 天以前 aee07e17664b4e598f4bc54460cffce26b8b823f
Main/System/Message/SysNotifyMgr.cs
@@ -154,6 +154,10 @@
        SysInfoConfig cfg = SysInfoConfig.Get(key);
        if (cfg != null)
        {
            if (string.IsNullOrEmpty(cfg.richText))
            {
                return;
            }
            tipInfoList.Clear();
            tipInfoList.AddRange(msg);
            AnalysisSysmsg(cfg);
@@ -236,10 +240,10 @@
                    ServerTipDetails.ShowMarquee(msg, tipInfoList, order);
                    break;
                case SysNotifyType.ChatChannelWorld:
                    ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.World);
                    ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.World, true);
                    break;
                case SysNotifyType.ChatChannelGuild:
                    ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.Guild);
                    ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.Guild, true);
                    break;
                case SysNotifyType.SysRealmTip:
                    if (OnSysTipEvent != null)
@@ -248,10 +252,10 @@
                    }
                    break;
                //  TODO YYL
                // case SysNotifyType.SysEvenKill:
                //     BattleHint.Instance.ReceiveEvenKill(msg, tipInfoList);
                //     break;
                    //  TODO YYL
                    // case SysNotifyType.SysEvenKill:
                    //     BattleHint.Instance.ReceiveEvenKill(msg, tipInfoList);
                    //     break;
            }