Browse Source

feat vip奖励修改

Jae 2 years ago
parent
commit
0dc842e6be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/ServerProxy/ShopSProxy.cs

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

@@ -68,7 +68,7 @@ namespace GFGGame
             {
             {
                 if (response.Error == ErrorCode.ERR_Success)
                 if (response.Error == ErrorCode.ERR_Success)
                 {
                 {
-                    int[][] bonus = VipCfgArray.Instance.GetCfg(vipLv).bonusOnceArr;
+                    int[][] bonus = VipCfgArray.Instance.GetCfg(vipLv-1).bonusOnceArr;
                     BonusController.TryShowBonusList(bonus);
                     BonusController.TryShowBonusList(bonus);
                     return true;
                     return true;
                 }
                 }