Main/System/Message/SysNotifyMgr.cs
@@ -240,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)