少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-01 1f20c2ddb9c53dd3e76ea50e2c2786b81012fda0
Core/GameEngine/Model/TelPartialConfig/PartialMapResourcesConfig.cs
@@ -17,6 +17,11 @@
                key = dataMapId * 1000 + 0;
            }
            if (!mapResourcesIdDictionary.ContainsKey(key))
            {
                return null;
            }
            var id = mapResourcesIdDictionary[key];
            var config = Config.Instance.Get<MapResourcesConfig>(id);
            return config;