Browse Source

战斗换装必需品来源跳到合成,合成材料跳到快速挑战,再返回到战斗换装,推荐搭配失效

zhaoyang 3 years ago
parent
commit
45c192a42b

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

@@ -113,6 +113,7 @@ namespace GFGGame
             _ui.m_btnAutoPlay.visible = FunctionOpenDataManager.Instance.CheckIsFunOpenById(ConstFunctionId.FUNCTION_AUTOPLAY_FIGHT, false);
 
             _levelID = (int)viewData;
+            InstanceZonesDataManager.currentLevelCfgId = _levelID;
             _levelCfg = StoryLevelCfgArray.Instance.GetCfg(_levelID);
             _fightCfg = StoryFightCfgArray.Instance.GetCfg(_levelCfg.fightID);
             if (_levelCfg.type == ConstInstanceZonesType.Field)