fix
parent
cb46ed50c8
commit
ae1b86a695
|
@ -225,7 +225,7 @@ public class PlayerLogic {
|
|||
|
||||
int vipLevel = playerInfoManager.getVipLevel();
|
||||
playerInfoManager.updateVipInfo(user,vipLevel+1);
|
||||
CombatLogic.getInstance().getAdventureReward(user, -1, true,2);
|
||||
// CombatLogic.getInstance().getAdventureReward(user, -1, true,2);
|
||||
List<CommonProto.UserMissionInfo> missionList = new ArrayList<>();
|
||||
MissionLoigc.getVipMission(user,missionList);
|
||||
CommonProto.VipBaseInfo vipInfoProto = CommonProto.VipBaseInfo.newBuilder()
|
||||
|
|
Loading…
Reference in New Issue