少年修仙传客户端代码仓库
client_linchunjie
2018-08-13 4927950f720ccea3f5b9d012d3ce127a2c12360e
System/Message/SysNotifyMgr.cs
@@ -204,6 +204,9 @@
                        OnSysTipEvent(type[i], msg, tipInfoList);
                    }
                    break;
                case SysNotifyType.SysBattleHint:
                    BattleHint.Instance.Receive(msg);
                    break;
            }
        }
@@ -225,6 +228,7 @@
        SysTeamTip = 41,//队伍频道提示
        SysRealmTip = 100,//境界提示
        SysFixedTip1 = 11,//固定提示2
        SysBattleHint = 6,//上古战场提示
    }
    public int Compare(SystemHintData x, SystemHintData y)