Browse Source

屏蔽获得抽奖

zhaoyang 3 years ago
parent
commit
0c1267c9f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Data/LuckyBoxDataManager.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/LuckyBoxDataManager.cs

@@ -20,7 +20,7 @@ namespace GFGGame
         public string probShow;
         private List<LuckyBoxBonusData> _showList;
 
-        public int[] luckyBoxIds = new int[] { 1, 2, 3 };//奖池列表
+        public int[] luckyBoxIds = new int[] { 2, 3 };//奖池列表
         public int startTime = 1635157620;
         public int endTime = 1704038400;