Browse Source

更改领取每日返还珍珠特权

hexiaojie 2 years ago
parent
commit
245f0b07ce
1 changed files with 2 additions and 2 deletions
  1. 2 2
      GameClient/Assets/Game/HotUpdate/ServerProxy/ShopSProxy.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/ServerProxy/ShopSProxy.cs

@@ -151,11 +151,11 @@ namespace GFGGame
 
 
                     if (monthCardType == MonthCardType.Gold)
                     if (monthCardType == MonthCardType.Gold)
                     {
                     {
-                        itemData = new int[][] { new int[] { privilegeCfg.paramsArr[0], privilegeCfg.value1Arr[1] } };
+                        itemData = new int[][] { new int[] { privilegeCfg.paramsArr[1], privilegeCfg.value1Arr[1] } };
                     }
                     }
                     else if (monthCardType == MonthCardType.BlackGold)
                     else if (monthCardType == MonthCardType.BlackGold)
                     {
                     {
-                        itemData = new int[][] { new int[] { privilegeCfg.paramsArr[0], privilegeCfg.value2Arr[1] } };
+                        itemData = new int[][] { new int[] { privilegeCfg.paramsArr[1], privilegeCfg.value2Arr[1] } };
                     }
                     }
                     BonusController.TryShowBonusList(itemData);
                     BonusController.TryShowBonusList(itemData);