浏览代码

茶会类型修改

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