少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-18 1868bc632a9134b6891d4fc5f427e3f280b9e973
System/WorldMap/MapModel.cs
@@ -571,7 +571,7 @@
                eventPointIds.Add(config.Key);
                if (config.IsShowInfo == 1 && GeneralConfig.Instance.autoOnHookMap.Contains(config.MapID))
                if (config.IsShowInfo == 1 && GeneralDefine.autoOnHookMap.Contains(config.MapID))
                {
                    sortedMapEventPoints.Add(config.Key);
                }
@@ -589,7 +589,7 @@
            {
                var eventPoint = sortedMapEventPoints[i];
                var config = Config.Instance.Get<MapEventPointConfig>(eventPoint);
                if (GeneralConfig.Instance.autoOnHookMap.Contains(config.MapID))
                if (GeneralDefine.autoOnHookMap.Contains(config.MapID))
                {
                    sortedHangUpPoints.Add(eventPoint);
                }