少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-01 1f20c2ddb9c53dd3e76ea50e2c2786b81012fda0
3335 代码保护
1个文件已修改
5 ■■■■■ 已修改文件
Core/GameEngine/Model/TelPartialConfig/PartialMapResourcesConfig.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;