lcy
昨天 4cb216db7866b50459e596f3e417c9e010b72a62
Main/System/Message/SysNotifyMgr.cs
@@ -241,11 +241,14 @@
                case SysNotifyType.SysMarqueeTip:
                    ServerTipDetails.ShowMarquee(msg, tipInfoList, order);
                    break;
                case SysNotifyType.SysBulletScreen:
                    ChatManager.Instance.SendPureBullet(msg, tipInfoList);
                    break;
                case SysNotifyType.ChatChannelWorld:
                    ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.World, true);
                    ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.World);
                    break;
                case SysNotifyType.ChatChannelGuild:
                    ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.Guild, true);
                    ChatManager.Instance.AddSysData(msg, tipInfoList, ChatChannel.Guild);
                    break;
                case SysNotifyType.SysRealmTip:
                    if (OnSysTipEvent != null)
@@ -278,6 +281,7 @@
        SysChatWin = 6, //聊天位置的提示
        SysEvenKill = 7,//上古战场连杀提示
        SysFixedTip1 = 11,//固定提示2
        SysBulletScreen = 19,//弹幕
        ChatChannelWorld = 20,//聊天-世界频道
        ChatChannelGuild = 21,//聊天-公会频道
        SysFairyQuestionTip = 31,//仙盟频道问答提示