Browse Source

套装图鉴分类

zhaoyang 2 năm trước cách đây
mục cha
commit
386db418a5

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/SuitGuideView.cs

@@ -148,10 +148,10 @@ namespace GFGGame
             switch (_menuType)
             {
                 case ConstSuitGuideTypeId.TYPE_1:
-                    _menuTypeDataArray = new int[] { 0, 1, 2, 3, 4, 5 };
+                    _menuTypeDataArray = new int[] { 0, 1, 2, 3, 4, 5, 6, 7 };
                     break;
                 default:
-                    _menuTypeDataArray = new int[] { 6, 7, 8, 9, 10 };
+                    _menuTypeDataArray = new int[] { 8, 9, 10, 11, 12, 13 };
                     break;
             }
             _ui.m_listType.numItems = _menuTypeDataArray.Length;