点金金币数量修改

back_recharge
lvxinran 2020-06-19 18:17:23 +08:00
parent c39f041f21
commit 5de5f47e0e
1 changed files with 2 additions and 2 deletions

View File

@ -440,8 +440,8 @@ public class StoreLogic implements IEventHandler {
add += sPlayerLevelConfig.getExtraAdd();
}else if(type == 2){
int addPrivageId = extra[1];
PlayerLogic.getInstance().getMaxCountByPrivilegeType(user,addPrivageId);
add += PlayerLogic.getInstance().getMaxCountByPrivilegeType(user,addPrivageId);
// PlayerLogic.getInstance().getMaxCountByPrivilegeType(user,addPrivageId);
add = PlayerLogic.getInstance().getMaxCountByPrivilegeType(user,addPrivageId);
}
}
}