fix 修复天空秘宝周期不对

back_recharge
wangyuan 2020-05-26 10:06:56 +08:00
parent 9d16af655c
commit d99ef36335
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ public class WorldTreasureReward extends MongoBase {
}
public int getRound() {
if(round == 0){
this.round = 1;
updateString("round", round);
}
return round;
}