소스 검색

茶会类型修改

huangxiaoyue 1 년 전
부모
커밋
99dba0ccc6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryLevelInfoView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryLevelInfoView.cs

@@ -92,7 +92,7 @@ namespace GFGGame
             {
                 DressUpFightType dressUpFightType = new DressUpFightType();
                 dressUpFightType.levelID = _levelID;
-                dressUpFightType.teaPartID = 1;
+                dressUpFightType.teaPartID = 0;
                 ViewManager.Show<DressUpFightView>(dressUpFightType, null, true);
             }
             else