Task【ID1005229】【特权调整】
parent
79363da8a6
commit
678185037f
|
@ -34,7 +34,7 @@ public class VipTakeDailyHandler extends BaseHandler<PlayerInfoProto.VipTakeDily
|
|||
throw new ErrorCodeException(ErrorCode.CFG_NULL);
|
||||
}
|
||||
|
||||
if(playerInfoManager.getRechargeInfo().getBuyGoodsTimes().containsKey(GiftGoodsType.LUXURYMONTHCARD)){
|
||||
if(!playerInfoManager.getRechargeInfo().getBuyGoodsTimes().containsKey(GiftGoodsType.LUXURYMONTHCARD)){
|
||||
throw new ErrorCodeException(ErrorCode.newDefineCode("未激活豪华月卡"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue