|
@@ -1289,8 +1289,8 @@ namespace GFGGame
|
|
|
GuideController.TryGuide(_ui.m_btnHint, ConstGuideId.FIGHT_TIPS, 1, "这次换装需要获得别人的认可呢。");
|
|
|
GuideController.TryCompleteGuide(ConstGuideId.FIGHT_TIPS, 1);
|
|
|
|
|
|
- GuideController.TryGuide(_ui.m_btnRecommend, ConstGuideId.AUTOPLAY_FIGHT, 1, "", -1, true, 0, true, true);
|
|
|
- GuideController.TryCompleteGuideIndex(ConstGuideId.AUTOPLAY_FIGHT, 1);
|
|
|
+ GuideController.TryGuide(_ui.m_btnRecommend, ConstGuideId.AUTOPLAY_FIGHT, 1, "", -1, true, 0, true, true);//这个引导自动完成,测试中策划要求件推荐搭配引导提前,为避免意外,没有改引导表,而是直接吧推荐搭配加到买必须品的引导力,这个引导自动完成
|
|
|
+ if (GuideDataManager.currentGuideId == GuideCfgArray.Instance.GetCfg(ConstGuideId.AUTOPLAY_FIGHT).id) GuideController.TryCompleteGuideIndex(ConstGuideId.AUTOPLAY_FIGHT, 1);
|
|
|
GuideController.TryCompleteGuide(ConstGuideId.AUTOPLAY_FIGHT, 1);
|
|
|
|
|
|
}
|