fix 修复天空秘宝周期不对
parent
9d16af655c
commit
d99ef36335
|
@ -37,6 +37,10 @@ public class WorldTreasureReward extends MongoBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getRound() {
|
public int getRound() {
|
||||||
|
if(round == 0){
|
||||||
|
this.round = 1;
|
||||||
|
updateString("round", round);
|
||||||
|
}
|
||||||
return round;
|
return round;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue