少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-25 7e9e5f96c58a7290b4c5055787dbe09336efffbd
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
6 ■■■■ 已修改文件
System/MainInterfacePanel/MainInterfaceWin.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/MainInterfaceWin.cs
@@ -457,7 +457,7 @@
                }
            }
            if (_areaType == MapArea.E_Type.Neutral && _enter)
            if ((_areaType == MapArea.E_Type.Neutral || _areaType == MapArea.E_Type.Boss) && _enter)
            {
                WindowCenter.Instance.Open<NeutralMarkWin>();
                int mapID = PlayerDatas.Instance.baseData.MapID;
@@ -479,7 +479,7 @@
                }
            }
            if ((_areaType == MapArea.E_Type.Boss && _enter) || (_areaType == MapArea.E_Type.Dazuo && _enter))
            if (_areaType == MapArea.E_Type.Boss && _enter)
            {
                if (Vector3.Distance(m_TaskAndTeamPanel.localPosition, TaskListTipAnchor1.localPosition) < 2 && ListBossMapId.Contains(PlayerDatas.Instance.baseData.MapID))
                {
@@ -507,7 +507,7 @@
            var inDungeon = IsDungeon();
            var isNeutralMap = GeneralConfig.Instance.neutralMaps.Contains(PlayerDatas.Instance.baseData.MapID);
            if ((_areaType == MapArea.E_Type.Boss && !_enter) || (_areaType == MapArea.E_Type.Dazuo && !_enter))
            if (_areaType == MapArea.E_Type.Boss && !_enter)
            {
                if (Vector3.Distance(CopyOfThePanel.position, CopyOfThePosition1.position) > 2 && !inDungeon && !isNeutralMap)
                {