parent
a56918a674
commit
bd9c2e002a
|
@ -237,7 +237,7 @@ public class HomeLogic {
|
|||
boolean allowed = user.getPlayerInfoManager().checkFunctionIsAllowed(VipPrivilegeType.HOME_ADD_EARNINGS);
|
||||
if (allowed){
|
||||
int[][]condition= SPrivilegeTypeConfig.getsPrivilegeTypeConfigMap().get(VipPrivilegeType.HOME_ADD_EARNINGS).getCondition();
|
||||
minutesNum = minutesNum + minutesNum * condition[0][1] / 10000;
|
||||
minutesNum = minutesNum * condition[0][1] / 10000;
|
||||
}
|
||||
// 可领取上限
|
||||
int getNumMax = homeLandLevel.getStorage()[0][1];
|
||||
|
|
Loading…
Reference in New Issue