少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-17 34ebbee68a5beac13a9576b31030d627fd627fa5
382 切图获取地图资源线路id保护
2个文件已修改
7 ■■■■■ 已修改文件
Core/GameEngine/Model/Player/PlayerDatas.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/AssetVersion/AssetVersionUtility.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Model/Player/PlayerDatas.cs
@@ -599,6 +599,8 @@
                        var sendInfo = new CA108_tagCMRefreshMainServerRole();
                        GameNetSystem.Instance.SendInfo(sendInfo);
                        baseData.MapID = baseData.mainServerMapIdRecord;
                        baseData.dungeonLineId = 0;
                        DTCA127_tagMCStartChangeMap.LineID = 0;
                        ModelCenter.Instance.GetModel<DungeonModel>().ResetBufData();
                        StageManager.Instance.Load<DungeonStage>(baseData.MapID, GameNetSystem.SocketType.CrossSever, true);
                        extersion.pkState = 0;
System/AssetVersion/AssetVersionUtility.cs
@@ -185,6 +185,10 @@
    {
        var dataMapId = 0;
        var mapConfig = Config.Instance.Get<MapConfig>(mapId);
        if (mapConfig == null)
        {
            return false;
        }
        if (mapConfig.MapFBType != 0)
        {
@@ -193,6 +197,7 @@
        }
        else
        {
            lineId = 0;
            dataMapId = mapId;
        }