Browse Source

茶会类型修改

huangxiaoyue 1 year ago
parent
commit
99dba0ccc6

+ 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