挂机奖励,结束时间,内存修改

back_recharge 2021.02.15online
duhui 2021-02-02 11:29:56 +08:00
parent 751421144b
commit 6ed7ee4b2f
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ public class MainLevelManager extends MongoBase {
}
// 修改最后时间
updateString("lastTime", lastTime + times * adventureRefresh);
this.lastTime += times * adventureRefresh;
updateString("lastTime", lastTime);
fightStateInfo.put(fightId,times);
updateString("fightStateInfo." + fightId,times);