master_zzxx
parent
b3e2ccf2b7
commit
af1b9c065a
|
|
@ -17,7 +17,7 @@ public class SRechargeCommodityNewConfig implements BaseConfig {
|
|||
private int type;
|
||||
private double price;
|
||||
private int[][] otherBuy;
|
||||
private int[][] OtherBuy1;
|
||||
private int[][] otherBuy1;
|
||||
private int[][] firstMultiple;
|
||||
private int[] continuedMultiple;
|
||||
private int[][] baseReward;
|
||||
|
|
@ -128,7 +128,7 @@ public class SRechargeCommodityNewConfig implements BaseConfig {
|
|||
}
|
||||
|
||||
public int[][] getOtherBuy1() {
|
||||
return OtherBuy1;
|
||||
return otherBuy1;
|
||||
}
|
||||
|
||||
public int getAccumulativeRecharge() { return accumulativeRecharge; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue