云梦祈福结构修改
parent
060e554809
commit
ea89394c70
|
|
@ -14,7 +14,7 @@ public class SBlessingRewardPool implements BaseConfig {
|
|||
|
||||
private int poolId;
|
||||
|
||||
private int[][] reward;
|
||||
private int[] reward;
|
||||
|
||||
private int initializeWeight;
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ public class SBlessingRewardPool implements BaseConfig {
|
|||
return poolId;
|
||||
}
|
||||
|
||||
public int[][] getReward() {
|
||||
public int[] getReward() {
|
||||
return reward;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue