点金金币数量修改
parent
c39f041f21
commit
5de5f47e0e
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue