Explorar el Código

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

hexiaojie hace 2 años
padre
commit
245f0b07ce
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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)
                     {
-                        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)
                     {
-                        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);