浏览代码

从装扮界面调整到章节战斗列表界面的时候InstanceZonesDataManager.currentLevelCfgId 会被赋值

huangxiaoyue 1 年之前
父节点
当前提交
ff9aefdac9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpFightView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpFightView.cs

@@ -600,6 +600,7 @@ namespace GFGGame
             //         .SetRightButton(true, "好的");
             //         .SetRightButton(true, "好的");
             //     return;
             //     return;
             // }
             // }
+            InstanceZonesDataManager.currentLevelCfgId = _levelID;
 
 
             if (!CheckHasNeed())
             if (!CheckHasNeed())
             {
             {