소스 검색

feat vip奖励修改

Jae 2 년 전
부모
커밋
0dc842e6be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
                 {
-                    int[][] bonus = VipCfgArray.Instance.GetCfg(vipLv).bonusOnceArr;
+                    int[][] bonus = VipCfgArray.Instance.GetCfg(vipLv-1).bonusOnceArr;
                     BonusController.TryShowBonusList(bonus);
                     return true;
                 }